SomeoneSpecial
SomeoneSpecial

Reputation: 177

Cannot find Resharper setting that shows parameter or method type

I am using Resharper in Visual Studio 2019.

I want to drop these extra tags that are showing up in my code:

enter image description here

I cannot find the setting that disables this and I've looked everywhere. I had to reset my interface due to changing to many things trying to find this setting.

Anyone know where I find the option to disable this?

Upvotes: 2

Views: 244

Answers (1)

mu88
mu88

Reputation: 5384

These extra tags are the so-called inlay hints (JetBrains docs).

You can enable or disable them under ReSharper | Options | Environment | Inlay Hints | General: enter image description here

Upvotes: 4

Related Questions