Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer 1

up vote 3 down vote accepted

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.

share|improve this answer
    
You need to change the extension on the file from .zip to .vsix –  leem May 27 '11 at 12:50
    
It would be great if someone could update this for VS2012 (I have the extension mentioned installed, and it doesn't work) –  PandaWood Mar 24 '14 at 23:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.