Visual Studio で、ファイルの特定の行にジャンプするハイパーリンクをソース ファイル内に作成することはできますか? 次のように、特定の行へのリンクを作成したい:
// [[#DoStuff|Clicking here will take you to the method "doStuff."]]
//
//
//
//
// #DoStuff
//clicking the hyperlink should jump to the line above.
function doStuff(){
}
特定のメソッドにジャンプするハイパーリンクをコメントに作成する方法はありますか?