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,5 @@
[output]
include=[
{"insert_text": "\"property_of_a\""},
{"insert_text": "\"name\""},
]

View File

@@ -0,0 +1,8 @@
extends Node
const A = preload ("res://completion/class_a.notest.gd")
func _ready() -> void:
var a := A.new()
var tween := get_tree().create_tween()
tween.tween_property(a, "")