Reputation: 16342
When I mouseover a method in my line of code, VS2010 shows a tooltip that tells me information about the signature and documentation of the method.
How can I disable these tooltips (maybe ReSharper is showing them?)?
Upvotes: 5
Views: 4009
Reputation: 1561
The only "solution" I have found to this problem is to go to Tools -> Options -> Text Editor -> C# and disable the "Parameter Information" option. It seems that there is a bug in Resharper that keeps turning the option back on periodically (maybe on restart of VS), but where the tooltip is really annoying it is worth turning off repeatedly.
Upvotes: 5