godot/modules/gdscript/language_server
Oliver Frank 6815bf42b3 Fix incorrect capabilities notification in LSP
(cherry picked from commit 2173d041af)
2020-05-15 23:55:49 +02:00
..
gdscript_extend_parser.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
gdscript_extend_parser.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
gdscript_language_protocol.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
gdscript_language_protocol.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
gdscript_language_server.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
gdscript_language_server.h Allow enable/disable threading for LSP server 2020-01-11 23:50:32 +08:00
gdscript_text_document.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
gdscript_text_document.h GDScript LSP: Implement signatureHelp 2020-01-09 00:57:54 +08:00
gdscript_workspace.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
gdscript_workspace.h fix: Return only scenes for script owners on LSP completion 2020-03-07 09:17:25 -03:00
lsp.hpp Fix incorrect capabilities notification in LSP 2020-05-15 23:55:49 +02:00