将超链接放在源代码中

时间:2013-04-21 17:47:02

标签: visual-studio-2010

在Visual Studio中,是否可以在源文件中创建跳转到文件特定行的超链接?我想创建一个指向特定行的链接,如下所示:

// [[#DoStuff|Clicking here will take you to the method "doStuff."]]
//
//
//
//
// #DoStuff
//clicking the hyperlink should jump to the line above.
function doStuff(){

}

有没有办法在评论中创建将跳转到特定方法的超链接?

1 个答案:

答案 0 :(得分:0)

看起来有a Visual Studio plugin called HyperAddin that can do this。不幸的是,它看起来只适用于Visual Studio 2005和Visual Studio 2008。