godot/modules/gdscript/language_server
Francois Belair 9d0e0fe783
Fix LSP completion crashing on sceneless scripts
(cherry picked from commit 6db17a523e)
2021-08-20 17:12:24 +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 Fix LSP completion crashing on sceneless scripts 2021-08-20 17:12:24 +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