In Jetbrains Rider the type of a 'var' declared variable is shown as hint by default. I don't want that. How can I get rid of it?
In Jetbrains Rider the type of a 'var' declared variable is shown as hint by default. I don't want that. How can I get rid of it?
In JetBrains Rider 2022.2, I found the checkbox Enable Inlay Hints in .NET languages under
Settings --> Editor --> Inlay Hints.
That solved it for me.