We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295e465 commit 87bbad5Copy full SHA for 87bbad5
modules/gdscript/language_server/gdscript_text_document.cpp
@@ -496,8 +496,8 @@ Array GDScriptTextDocument::find_symbols(const LSP::TextDocumentPositionParams &
496
if (file_checker->file_exists(path)) {
497
arr.push_back(location.to_json());
498
}
499
- r_list.push_back(symbol);
500
+ r_list.push_back(symbol);
501
} else if (GDScriptLanguageProtocol::get_singleton()->is_smart_resolve_enabled()) {
502
List<const LSP::DocumentSymbol *> list;
503
GDScriptLanguageProtocol::get_singleton()->get_workspace()->resolve_related_symbols(p_location, list);
0 commit comments