1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Implement LSP didDeleteFiles & make parser aware of sub-nodes

This commit is contained in:
Francois Belair
2021-04-10 15:10:29 -04:00
parent 6138396e00
commit 39f7408ccb
5 changed files with 196 additions and 19 deletions

View File

@@ -2993,6 +2993,7 @@ Error GDScriptLanguage::lookup_code(const String &p_code, const String &p_symbol
is_function = true;
[[fallthrough]];
}
case GDScriptParser::COMPLETION_CALL_ARGUMENTS:
case GDScriptParser::COMPLETION_IDENTIFIER: {
GDScriptParser::DataType base_type;
if (context.current_class) {