在大括号这间导航(Navigating to Braces)
在这页里
导航到代码块的边框(Navigating to the borders of a code block)
导航到代码块的开始,按
⌥⌘[
,无论光标在代码块的哪里。光标跳转到当前代码块的开始的括号。导航到代码块的结尾,按
⌥⌘]
,无论光标在代码块的哪里。光标跳转到当前代码块的结尾。在代码块的开始或结尾跳转,按
⌃M
。 你也可以用Search Everywhere 或 Go to Action 唤醒此动作(Move Caret to Matching Brace`)
导航到最近代码块的更高一层(Navigating to the borders of the closest higher code block)
- 当光标在当前代码块的开始,按
⌥⌘[
光标跳转到更高一层代码块的开始。 - 当光标在当前代码块的结尾,按
⌥⌘]
光标跳转到更高一层代码块的结尾。