mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #47776 from Razoric480/foreport
Implement LSP didDeleteFiles & make parser aware of sub-nodes
This commit is contained in:
commit
ae2359fc1f
5 changed files with 196 additions and 19 deletions
|
|
@ -2998,6 +2998,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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue