mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
7ea4247c3d
Typing a single or double quote in an external editor triggers auto-completion. The returned CompletionItem should not include quotes since they're already in the editor. CompletionParams was missing context in to_json() and this is required to detect whether a quote was typed. |
||
---|---|---|
.. | ||
gdscript_extend_parser.cpp | ||
gdscript_extend_parser.h | ||
gdscript_language_protocol.cpp | ||
gdscript_language_protocol.h | ||
gdscript_language_server.cpp | ||
gdscript_language_server.h | ||
gdscript_text_document.cpp | ||
gdscript_text_document.h | ||
gdscript_workspace.cpp | ||
gdscript_workspace.h | ||
godot_lsp.h |