Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Visual Studio (ReSharper?) editor tooltips?

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?)?

like image 794
lance Avatar asked Oct 08 '10 17:10

lance


1 Answers

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.

like image 172
Swim Avatar answered Sep 29 '22 07:09

Swim