开发者

How do I turn off code tooltips in Visual Studio 2010?

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 a开发者_开发知识库nyone 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 Tools->Options->Text Editor->C/C++->Advanced->Auto Quick Info to False. I think it's one of the few languages you can disable it for.

(It's called "Quick Info", for future reference)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜