godot/modules/gdscript/language_server
geequlim 39813939fc Fix enumeration value of SymbolKind.
Add custom notification 'gdscript/show_native_symbol' to show native symbols in clients.
Close client connections when stop gdscript-lsp
2019-10-04 19:36:40 +08:00
..
gdscript_extend_parser.cpp Implement DocumentLink of GDScript LSP Server 2019-10-03 18:51:03 +08:00
gdscript_extend_parser.h Implement DocumentLink of GDScript LSP Server 2019-10-03 18:51:03 +08:00
gdscript_language_protocol.cpp Fix enumeration value of SymbolKind. 2019-10-04 19:36:40 +08:00
gdscript_language_protocol.h Add optional goto definition support for native symbols 2019-08-11 13:30:15 +08:00
gdscript_language_server.cpp Distinguish editor-originating messages in the editor log 2019-09-20 01:59:02 +02:00
gdscript_language_server.h Add GDScript Language Protocol plugin 2019-08-11 13:30:15 +08:00
gdscript_text_document.cpp Fix enumeration value of SymbolKind. 2019-10-04 19:36:40 +08:00
gdscript_text_document.h Implement DocumentLink of GDScript LSP Server 2019-10-03 18:51:03 +08:00
gdscript_workspace.cpp Implement DocumentLink of GDScript LSP Server 2019-10-03 18:51:03 +08:00
gdscript_workspace.h Implement DocumentLink of GDScript LSP Server 2019-10-03 18:51:03 +08:00
lsp.hpp Fix enumeration value of SymbolKind. 2019-10-04 19:36:40 +08:00