Copy tooltip content in Visual Studio?

While editing code in Visual Studio, it will sometimes underline something I wrote, and when I hover over it, display a tooltip saying something like blah blah is obselete, please use this instead. See [some MSDN link] blah blah is obselete, please use this instead. See [some MSDN link] . However, when I try to move the mouse over the tooltip so I can click on the link or copy it to the clipboard, the tooltip disappears, since it's set to only appear when I hover over offending the code, not over the tooltip.

Does anyone know a way to get at the tooltip contents? And if not... I'm not a UI designer but shouldn't it be obvious to anyone designing such a feature that people need a way to get to the link other than typing it into the browser??


试着去定义方法,打开为元数据视图,然后用文本描述在方法上方看到obselete属性

链接地址: http://www.djcxy.com/p/7822.html

上一篇: 从Git远程服务器拉出时,使用远程更改解决冲突

下一篇: 在Visual Studio中复制工具提示内容?