例如:
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: }有没有什么可以放在VS2010 ()上的注释或符号,可以让我单击并使测试滚动到foo()行或区域VoidA?
发布于 2011-05-04 14:34:05
如果你不介意使用任何它想看到的语法,看起来HyperAddin extension可能会做你正在寻找的事情。
https://stackoverflow.com/questions/5879421
复制相似问题