Inlay hint on vim9 #4095
Replies: 2 comments 8 replies
-
Where are these new settings like I want to disable all type hints in Rust and I'm not sure how to do it. |
Beta Was this translation helpful? Give feedback.
-
Just learned of this feature, finally, it's great. Now I wish nvim follows asap... and also, even for vim9, there's a lot of coc plugins that need to be updated I guess, I know coc-pyright has been, not sure about coc-rust-analyzer, coc-clangd, etc, they all suffered a lot from the limitation of hints solely at the end of line, it was more confusing noise than helpful in a lot of cases, too difficult to read. |
Beta Was this translation helpful? Give feedback.
-
Requires vim >= 9.0.0067, use latest vim >= 9.0.0252 to avoid some serious bugs.
Configurations needed to enable inlay hint on typescript, like:
Check the doc by
:h coc-inlayHint
Beta Was this translation helpful? Give feedback.
All reactions