-
-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto completion not working with godot language server. #2955
Comments
Please provide verbose output from language server. |
Seems the server send command that not exists, should be fixed by d09f354 |
I'm having a very similar issue, but the only output in my
I'm not sure why this would be deleting the suggestion. |
Try adding this to your init.vim
|
Found out after digging through plugins, |
I am having the same issue using VIM 8.2.2859. I am not using the tmsvg/pear-tree Plugin, but I still have the same issue. |
Funnily enough, when i use neovim 0.4.4 the error still occurs and adding |
many thanks, this work for me inoremap complete_info().selected != -1 ? |
Result from CocInfo
versions
vim version: NVIM v0.4.4
node version: v15.11.0
coc.nvim version: 0.0.80-9184dcccc4
coc.nvim directory: /home/elias/.vim/plugged/coc.nvim
term: xterm-termite
platform: linux
Log of coc.nvim
2021-03-08T22:51:54.088 INFO (pid:11142) [services] - registered service "languageserver.godot"
2021-03-08T22:51:54.094 INFO (pid:11142) [services] - godot state change: stopped => starting
2021-03-08T22:51:54.095 INFO (pid:11142) [services] - languageserver "languageserver.godot" connecting to 127.0.0.1:6008
2021-03-08T22:51:54.153 INFO (pid:11142) [plugin] - coc.nvim 0.0.80-9184dcccc4 initialized with node: v15.11.0 after 158ms
2021-03-08T22:51:54.201 INFO (pid:11142) [services] - godot state change: starting => running
2021-03-08T22:51:54.209 INFO (pid:11142) [services] - service languageserver.godot started
2021-03-08T22:51:54.883 INFO (pid:11142) [attach] - receive notification: highlight []
2021-03-08T22:51:56.413 INFO (pid:11142) [completion-complete] - Results from: languageserver.godot-1
2021-03-08T22:51:57.165 INFO (pid:11142) [attach] - receive notification: stopCompletion []
2021-03-08T22:51:57.168 INFO (pid:11142) [attach] - receive request: doKeymap [ 'iPGJzPg==0' ]
2021-03-08T22:51:57.171 INFO (pid:11142) [attach] - receive notification: stopCompletion []
2021-03-08T22:51:57.358 INFO (pid:11142) [attach] - receive request: doKeymap [ 'iPGJzPg==0' ]
2021-03-08T22:51:58.208 INFO (pid:11142) [completion-complete] - Results from: languageserver.godot-1
2021-03-08T22:52:02.573 INFO (pid:11142) [attach] - receive notification: showInfo []
Describe the bug
Im getting a problem when I try to use auto completion in the godot language server. Im using godot 3.2.3. Every time that I press Enter to select a completion, it auto-deletes and the output "[coc.nvim] Command: not found" is shown.
Reproduce the bug
Create file
mini.vim
with:Start neovim with command:
vim -u mini.vim
Try to use auto completion with a godot file (.gd)
The configuration of the godot language server:
Screenshots
The text was updated successfully, but these errors were encountered: