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,5 @@
|
|||
[output]
|
||||
include=[
|
||||
{"insert_text": "\"property_of_a\""},
|
||||
{"insert_text": "\"name\""},
|
||||
]
|
||||
|
|
@ -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, "➡")
|
||||
Loading…
Add table
Add a link
Reference in a new issue