Closed mrl5 closed 2 years ago
I just realized that:
coc-rust-analyzer
0.0.80-c7d7756089
I'm not able to reproduce this
## versions
vim version: VIM - Vi IMproved 9.0 9000228 node version: v18.7.0 coc.nvim version: 0.0.80-c7d7756089 coc.nvim directory: /home/kuba/.vim/plugged/coc.nvim term: dumb platform: linux
2022-08-22T21:27:27.090 INFO (pid:19813) [services] - registered service "rust-analyzer" 2022-08-22T21:27:27.092 INFO (pid:19813) [services] - Rust Analyzer Language Server state change: stopped => starting 2022-08-22T21:27:27.094 INFO (pid:19813) [plugin] - coc.nvim initialized with node: v18.7.0 after 99ms 2022-08-22T21:27:27.099 INFO (pid:19813) [language-client-index] - Language server "rust-analyzer" started with 19839 2022-08-22T21:27:27.105 INFO (pid:19813) [services] - Rust Analyzer Language Server state change: starting => running 2022-08-22T21:27:27.110 INFO (pid:19813) [services] - service rust-analyzer started 2022-08-22T21:27:31.084 INFO (pid:19813) [attach] - receive notification: showInfo []
I've reported it here: https://github.com/neoclide/coc.nvim/issues/4082 - closing this ticket now
I've just switched from
coc-rls
tococ-rust-analyzer
- unfortunately right away I noticed this annoyance: hitting enter creates new line instead of inserting currently selected hint:I've found some related VSCode issues
if this is a matter of configuration for
coc-rust-analyzer
then:What's the output of
:CocInfo
What's the output of
:CocCommand rust-analyzer.serverVersion