virtualx-engine/modules/gdscript/language_server
Geequlim 76c9e4ceb7 Improved performance for completion and symbol resolvation.
Improved uri and workspace path translatation on windows platform.
The smart resolvation is much faster than builtin's in the server side.
The smart resolve mode is still disabled as default as the clients might be slow with a planty of completion items.
2019-08-11 13:30:15 +08:00
..
gdscript_extend_parser.cpp Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
gdscript_extend_parser.h Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
gdscript_language_protocol.cpp Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
gdscript_language_protocol.h Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
gdscript_language_server.cpp Add optional smart resolve sulotion 2019-08-11 13:30:15 +08:00
gdscript_language_server.h Add GDScript Language Protocol plugin 2019-08-11 13:30:15 +08:00
gdscript_text_document.cpp Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
gdscript_text_document.h Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
gdscript_workspace.cpp Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
gdscript_workspace.h Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00
lsp.hpp Improved performance for completion and symbol resolvation. 2019-08-11 13:30:15 +08:00