Autocompletion: rework argument options string literal completion

This commit is contained in:
HolonProduction
2024-07-08 17:20:43 +02:00
parent f3af22b10b
commit 0abd0ae364
30 changed files with 201 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
[output]
include=[
; Node
{"display": "add_child"},
{"display": "owner"},
{"display": "child_entered_tree"},
]

View File

@@ -0,0 +1,6 @@
extends Node
func a():
var test := $AnimationPlayer
test.
pass