Reputation: 177
I am using Resharper in Visual Studio 2019.
I want to drop these extra tags that are showing up in my code:
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
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:
Upvotes: 4