godot/modules/gdscript/language_server
Francois Belair 03a6fe6489
Fix LSP SymbolKind reporting wrong types
Classes were properties, functions interfaces, etc.

(cherry picked from commit 02bc1bf355)
2021-07-28 15:39:57 +02:00
..
gdscript_extend_parser.cpp Fix LSP SymbolKind reporting wrong types 2021-07-28 15:39:57 +02:00
gdscript_extend_parser.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gdscript_language_protocol.cpp Fixed Invalid function bindings #46135 2021-02-18 23:46:54 +01:00
gdscript_language_protocol.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gdscript_language_server.cpp Modernize Thread 2021-02-18 11:58:08 +01:00
gdscript_language_server.h Modernize Thread 2021-02-18 11:58:08 +01:00
gdscript_text_document.cpp Implement didClose notification in LSP 2021-07-13 12:15:43 +02:00
gdscript_text_document.h Implement didClose notification in LSP 2021-07-13 12:15:43 +02:00
gdscript_workspace.cpp Translate file path to URI on LSP symbol requests 2021-06-29 13:49:12 +02:00
gdscript_workspace.h Implement LSP didDeleteFiles to clear diagnostics 2021-04-01 13:41:53 -04:00
lsp.hpp Fix LSP SymbolKind reporting wrong types 2021-07-28 15:39:57 +02:00