1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-30 16:26:50 +00:00
Files
godot/modules/gdscript
Kurt Lachmann bbb07ff8cb 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.
2022-03-24 20:24:47 +01:00
..
2022-03-09 18:39:13 +01:00
2022-01-22 17:42:54 -08:00
2022-03-09 18:39:13 +01:00
2022-03-09 18:39:13 +01:00
2022-01-02 21:52:09 +01:00