Visual Studio Goto Line#或Goto Region?

时间:2011-05-04 06:27:48

标签: visual-studio-2010

例如:

Line 12: #region VoidA
Line 13: void foo() {}
Line 14: #end region

...

Line 200: void test() {
Line 201:   foo(); //Comment: Refer to #VoidA(click to navigate)
Line 202: }

我可以在test()上放置任何评论或符号吗?让我点击并让VS2010滚动到foo()或VoidA区域?

1 个答案:

答案 0 :(得分:2)

如果您不介意使用它想要查看的任何语法,HyperAddin extension看起来可能正在寻找您想要的内容。