Disable Visual Studio Editor tooltips (ReSharper?)?

When I attach a method in my line of code, VS2010 displays a tooltip that informs me of the signature and documentation of the method.

How to disable these tooltips (maybe ReSharper shows them?)?

+4
source share
1 answer

The only "solution" I found for this problem was to go to Tools → Options → Text Editor → C # and turn off the “Parameter Information” option. It seems that there is an error in Resharper that periodically turns on the option (perhaps when restarting VS), but where the tooltip is really annoying, it’s worth turning it off many times.

+4
source

All Articles