mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Autocompletion: register depended parsers with the main parser
This commit is contained in:
@@ -1314,7 +1314,7 @@ public:
|
||||
Variant::Type builtin_type = Variant::VARIANT_MAX;
|
||||
Node *node = nullptr;
|
||||
Object *base = nullptr;
|
||||
List<Ref<GDScriptParserRef>> dependent_parsers;
|
||||
GDScriptParser *parser = nullptr;
|
||||
};
|
||||
|
||||
struct CompletionCall {
|
||||
|
||||
Reference in New Issue
Block a user