It seems wherever my mouse is in my code window it will bring up tooltip information about what's under it, this I find very distracting and quite annoying. Can anyone tell me how to turn off the tooltips in the editor?
EDIT: Clarification, for C#
|
It seems wherever my mouse is in my code window it will bring up tooltip information about what's under it, this I find very distracting and quite annoying. Can anyone tell me how to turn off the tooltips in the editor? EDIT: Clarification, for C# |
||||
|
I created an extension that disables quick info for C#: DisableQuickInfo.vsix. The source is pretty simple, just a quick info source that immediately dismisses the session it gets. You can modify it pretty easily to apply to any language, if you have the SDK installed. Let me know if you want help with that. Original answer, for C/C++: What language? For C/C++, for example, you'd set (It's called "Quick Info", for future reference) |
|||||||||||
|
no tooltipsswitch. – RPM1984 Nov 9 '10 at 4:53