MSDN links in Visual Studio

依然范特西╮ 提交于 2019-12-01 19:07:53

Have you tried F1. This will automatically open the help to the appropriate method or object. Not sure if this works for namespaces.

Besides using F1 (which doesn't always work) I haven't found an add-in for VS to do this, I have another quick way around it.

I use Launchy (from launchy.net) and setup the Weby plug-in so I can quickly do MSDN searches. So if I'm looking for String.Format, my keyboard only sequence (from VS, or anywhere else) would be this:

alt-space MSDN String.Format

that brings me right to an MSDN search, where usually the first listing is what I'm looking for. It's not a perfect solution, but having a fast internet connection and the keyboard only approach works well for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!