This driving me crazy how do i disable the class / primitive / struct hints from the
RUst file for example ;
Asked
Active
Viewed 22 times
-1

user63898
- 29,839
- 85
- 272
- 514
-
3I think those are part of the inlay hints and can be disabled as described in [Why do I see ": String" added onto let statements in VSCode?](https://stackoverflow.com/questions/72624969/why-do-i-see-string-added-onto-let-statements-in-vscode) or the question linked there. – cafce25 Aug 29 '23 at 15:49
-
@cafce25 this is the right answer https://stackoverflow.com/questions/69909997/how-can-i-remove-type-annotation-help-when-using-rust-analyzer/72338341#72338341 , yours didnt work but did gave me hint where to look for – user63898 Aug 30 '23 at 04:12