mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix lookup symbol for super()
This commit is contained in:
parent
4d1f26e1fd
commit
c232b7c717
4 changed files with 30 additions and 1 deletions
|
@ -1300,6 +1300,7 @@ public:
|
|||
COMPLETION_PROPERTY_METHOD, // Property setter or getter (list available methods).
|
||||
COMPLETION_RESOURCE_PATH, // For load/preload.
|
||||
COMPLETION_SUBSCRIPT, // Inside id[|].
|
||||
COMPLETION_SUPER, // super(), used for lookup.
|
||||
COMPLETION_SUPER_METHOD, // After super.
|
||||
COMPLETION_TYPE_ATTRIBUTE, // Attribute in type name (Type.|).
|
||||
COMPLETION_TYPE_NAME, // Name of type (after :).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue