1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Improve GDScript autocompletion for methods

This commit is contained in:
Lazy-Rabbit-2001
2024-11-22 18:24:45 +08:00
parent f952bfe998
commit ae853e1a42
52 changed files with 126 additions and 113 deletions

View File

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