如果您正在使用vb.net,有没有人知道键盘快捷键从For / For Each(或If,While等)块的开头跳转到visual studio的末尾?我找到了以下我认为可以工作的但不是: Go to Matching Brace in Visual Studio? 在评论
在评论之后,我检查了Edit.GotoBrace命令的工具/选项/环境/键盘,该命令映射到瑞典语中的Ctrlå.
Vb.net本身不使用大括号,但在以下示例中:
For Each Foo in Bar Do lots of stuff Next
我原本以为同样的命令应该让我从For Each跳到“Next”但它什么也没做.是否有另一个命令(或该命令应该工作但是本地有什么问题?)
为了其他SO用户,所以答案并没有作为答案中的评论埋没:“…there are keyboard shortcuts (Ctrl+Shift+Up and Ctrl+Shift+Down) that move the editor caret
between highlighted references/keywords.”
从:
https://connect.microsoft.com/VisualStudio/feedback/details/534430/block-navigation-for-vb-net-similar-to-paranthesis-navigation