Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I turn off the Visual Studio tooltip?

I have Visual Studio 2010 and I have installed the Productivity PowerTools.

Visual Studio QuickInfo is hiding Power Tools interactive tooltips: When I hover over the a variable I get 2 tooltips, and the one from Visual Studio is covering up the PowerTools interactive tooltip.

How can I turn off the Visual Studio tooltip?

like image 578
leem Avatar asked May 11 '11 12:05

leem


1 Answers

I had exactly the same problem and I solved it by using the little Visual Studio extension Noah Richards posted as an answer in this question Just download the DisableQuickInfo.vsix file and install it. The tooltips (or quickinfo as they are called) should be gone.

like image 105
Fabian Avatar answered Nov 15 '22 03:11

Fabian