【发布时间】:2015-01-06 18:53:37
【问题描述】:
我知道 Ctrl+} 会带你到 Visual Studio 中的相应大括号,但是说我在一个巨大的函数中间,我没有'不知道顶部或底部在哪里,有直接进入函数声明的快捷方式吗?
void function()
{
//so many lines of code
//can't see the top or the bottom curly brace
//can i get to the top of the function with a shortcut?
}
【问题讨论】:
-
快捷方式
Edit.PreviousMethod将完成此操作。 Viasfora 扩展中的快捷方式Edit.RainbowPrevious也是如此。
标签: visual-studio keyboard-shortcuts