1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/modules
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
..
2022-01-13 15:54:13 +01:00
2022-06-10 11:47:30 +02:00
2022-02-11 09:50:59 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-05-19 19:07:45 +08:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-03-16 23:01:02 +01:00
2022-01-13 15:54:13 +01:00
2022-03-16 23:01:02 +01:00
2022-01-13 15:54:13 +01:00
2022-03-16 23:01:02 +01:00
2022-01-13 15:54:13 +01:00
2022-05-19 19:07:45 +08:00