Autocompletion: rework argument options string literal completion
This commit is contained in:
parent
f3af22b10b
commit
0abd0ae364
30 changed files with 201 additions and 21 deletions
|
|
@ -0,0 +1,7 @@
|
|||
[output]
|
||||
include=[
|
||||
; Node
|
||||
{"display": "add_child"},
|
||||
{"display": "owner"},
|
||||
{"display": "child_entered_tree"},
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
func a():
|
||||
var test := $AnimationPlayer
|
||||
test.➡
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue