virtualx-engine/modules/gdscript
Kurt Lachmann c07d1d0de8 Use insertText from the internal autocompletion
* GDScriptLanguage::complete_code already adds parentheses to function calls, and does this a lot smarter than the language server right now.
* Instead of the previous naive approach we now reuse the same logic as the internal editor.
* For this to have any effect we also have to send the `insertText` field already during the completionRequest and not only during resolve.

(cherry picked from commit bbb07ff8cb)
2022-06-16 10:11:33 +02:00
..
doc_classes Improve description for GDScript built-in range 2022-05-16 17:14:43 +02:00
editor Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server Use insertText from the internal autocompletion 2022-06-16 10:11:33 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript.cpp GDScript: Don't coerce default values to the export hint type 2022-03-02 12:26:17 -03:00
gdscript.h GDScript: Don't coerce default values to the export hint type 2022-03-02 12:26:17 -03:00
gdscript_compiler.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
gdscript_compiler.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_editor.cpp Make Lookup Symbol recognize assert, preload, and yield in the script editor 2022-06-01 22:21:36 +01:00
gdscript_function.cpp Fix typos with codespell 2022-05-23 21:41:46 +02:00
gdscript_function.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_functions.cpp GDScript: Keep builtin method info on release builds 2022-05-17 11:01:12 -03:00
gdscript_functions.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_parser.cpp [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
gdscript_parser.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_tokenizer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_tokenizer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00