Closed eureka-cpu closed 2 years ago
This is my first time attempting to use this, it's likely I'm to blame and could use some help
Can't reproduce, do you have any settings in your coc-settings.json?
Here's my settings from that file, I've added them even though some of them are active by default because I was not seeing them appear:
{
"rust-analyzer.enable": true,
"rust-analyzer.inlayHints.enable": true,
"rust-analyzer.inlayHints.typeHints.enable": true,
"rust-analyzer.inlayHints.parameterHints.enable": true,
"rust-analyzer.inlayHints.chainingHints.enable": true,
"rust-analyzer.inlayHints.closingBraceHints.enable": true,
"rust-analyzer.inlayHints.closureReturnTypeHints.enable": "always"
}
What's your coc-rust-analyzer version? You can get it from :CocList extensions
.
0.68.2
You're using vim 8.2, inlayHint feature needs neovim >= 0.5.0 or vim >= 9.0.0067.
After installing from source, it works, thanks!
What's the output of
:CocInfo
What's the output of
:CocCommand rust-analyzer.serverVersion
[coc.nvim] rust-analyzer 0.3.1212-standalone