mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Auto completion enhanced for extends and class level identifier
This commit is contained in:
parent
72d12289bb
commit
d53f5b55ec
3 changed files with 60 additions and 3 deletions
|
@ -513,6 +513,7 @@ public:
|
|||
COMPLETION_GET_NODE,
|
||||
COMPLETION_FUNCTION,
|
||||
COMPLETION_IDENTIFIER,
|
||||
COMPLETION_EXTENDS,
|
||||
COMPLETION_PARENT_FUNCTION,
|
||||
COMPLETION_METHOD,
|
||||
COMPLETION_CALL_ARGUMENTS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue