-
Feature descriptionI wanna have some changes in rust analyzer like this: inlay_hints = { As you may see I wanna change my code hints in a way to have : let a = get_a_var(); => i32 instead of: let a: i32 = get_a_var(); Is that possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
rustaceanvim doesn't implement inlay hints, they're a built-in Neovim feature. |
Beta Was this translation helpful? Give feedback.
rustaceanvim doesn't implement inlay hints, they're a built-in Neovim feature.
For what you're looking for, you can use nvim-lsp-endhints.