You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get very poor autocompletion compared to any other LSP and to the GDScript LSP when used from inside the Godot executable.
Here an example of what I mean by 'poor' autocompletion.
varsomething: int=0
If I type so under the line in the codeblock above, I will get the correct autocompletion to something, however if I write more than 2 characters, so som the autocompletion for something disappears completely and I need to delete the whole word and start anew to get the correct autocompletion.
The text was updated successfully, but these errors were encountered:
When using
nvim_lsp
source for autocompletion with the gdscript lsp setup with default capabilities:I get very poor autocompletion compared to any other LSP and to the GDScript LSP when used from inside the Godot executable.
Here an example of what I mean by 'poor' autocompletion.
If I type
so
under the line in the codeblock above, I will get the correct autocompletion tosomething
, however if I write more than 2 characters, sosom
the autocompletion forsomething
disappears completely and I need to delete the whole word and start anew to get the correct autocompletion.The text was updated successfully, but these errors were encountered: