1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00
Files
godot/modules
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-01-03 21:27:34 +01:00
2022-02-01 15:58:30 +02:00
2022-02-04 15:15:26 -08:00
2022-03-09 16:24:32 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-03-09 18:39:13 +01:00
2022-02-15 00:03:31 +01:00
2022-03-14 00:00:05 +08:00
2022-03-09 13:59:03 +01:00
2022-02-15 00:03:31 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00