since updating my plugins, I've noticed duplicate inlay hints when editing rust files.
The inlay hints look as follows:
Where are the extra inlay hints coming from (the ones without the little leading triangle)? If I completely disable the inlay hints with "rust-analyzer.inlayHints.enable" = false, there is still such a hint in every line.
I have tried other rust-analyzer.inlayHints settings, but without success.
It's coc related, for sure. If I deactivate coc, no hints are shown at all.
Hi,
since updating my plugins, I've noticed duplicate inlay hints when editing rust files.
The inlay hints look as follows:
Where are the extra inlay hints coming from (the ones without the little leading triangle)? If I completely disable the inlay hints with
"rust-analyzer.inlayHints.enable" = false
, there is still such a hint in every line. I have tried otherrust-analyzer.inlayHints
settings, but without success.It's coc related, for sure. If I deactivate coc, no hints are shown at all.
What am I missing?