如何在Web浏览器中而不是在Visual Studio中打开Visual Studio中的链接?

问题描述:

如果源文件评论中有URL,我可以按住CTRL并单击以关注链接。但是,当我这样做时,链接在Visual Studio中打开。如何在我的网络浏览器中打开它 - 在我的情况下,谷歌浏览器?

If there is a URL in a source file comment, I can "CTRL + click to follow link." However, when I do this, the link opens inside Visual Studio. How can I make it open in my web browser--in my case, Google Chrome?

有一个扩展提供此行为称为在外部浏览器中打开。它适用于Visual Studio 2012,2013,2015和2017.(旧版本可在GitHub上获得支持Visual Studio 2010。)

There is an extension that provides this behavior called Open in External Browser. It works in Visual Studio 2012, 2013, 2015 and 2017. (An old version available on GitHub supports Visual Studio 2010.)

感谢德米特里指点在他对这个类似问题的回答中有这个。

编辑:Visual Studio团队终于开始将这个权利放到Visual Studio中了。状态功能请求刚刚从正在审核移至已启动。

The Visual Studio team is finally starting to work on putting this right into Visual Studio. Status of this feature request just moved from "Under Review" to "Started".