We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What's the output of :CocInfo
:CocInfo
## versions vim version: NVIM v0.9.2 node version: v20.8.0 coc.nvim version: 0.0.82-d1568d56 2023-09-29 19:43:34 +0800 coc.nvim directory: /home/oliver/Documents/code_projects/sources/config/.config/nvim/plugged/coc.nvim term: st-256color platform: linux ## Log of coc.nvim 2023-10-09T23:28:05.976 INFO (pid:18272) [plugin] - coc.nvim initialized with node: v20.8.0 after 380 2023-10-09T23:28:06.146 INFO (pid:18272) [attach] - receive notification: highlight [] 2023-10-09T23:28:06.811 INFO (pid:18272) [attach] - receive notification: highlight [] 2023-10-09T23:28:07.595 INFO (pid:18272) [services] - LanguageClient Rust Analyzer Language Server state change: stopped => starting 2023-10-09T23:28:07.612 INFO (pid:18272) [language-client-index] - Language server "rust-analyzer" started with 18301 2023-10-09T23:28:07.637 INFO (pid:18272) [services] - LanguageClient Rust Analyzer Language Server state change: starting => running 2023-10-09T23:28:07.690 INFO (pid:18272) [services] - service rust-analyzer started 2023-10-09T23:28:07.741 INFO (pid:18272) [attach] - receive notification: highlight [] 2023-10-09T23:28:08.936 INFO (pid:18272) [attach] - receive notification: highlight [] 2023-10-09T23:28:09.733 INFO (pid:18272) [attach] - receive notification: highlight [] 2023-10-09T23:28:10.270 INFO (pid:18272) [attach] - receive notification: highlight [] 2023-10-09T23:28:11.443 INFO (pid:18272) [attach] - receive notification: highlight [] 2023-10-09T23:28:14.078 INFO (pid:18272) [attach] - receive notification: showInfo []
What's the output of :CocCommand rust-analyzer.serverVersion
:CocCommand rust-analyzer.serverVersion
0.3.1689-standalone
What's your coc-rust-analyzer version? You can get it from :CocList extensions
:CocList extensions
0.72.0
Inlay hints are not showing up. They used to be, but now aren't. Not sure what happened to them. I have these enabled in my coc-settings.json
"inlayHint.enable": true, "inlayHint.display": true, "inlayHint.enableParameter": true,
The text was updated successfully, but these errors were encountered:
You're using nvim 0.9.2, and latest coc.nvim supports inline inlayHint neoclide/coc.nvim#4648, that needs nvim 0.10+.
Yes, this is a breaking change for nvim stable users. Two solutions:
#1187
Sorry for the trouble.
Sorry, something went wrong.
fannheyward
No branches or pull requests
What's the output of
:CocInfo
What's the output of
:CocCommand rust-analyzer.serverVersion
What's your coc-rust-analyzer version? You can get it from
:CocList extensions
Inlay hints are not showing up. They used to be, but now aren't. Not sure what happened to them.
I have these enabled in my coc-settings.json
The text was updated successfully, but these errors were encountered: