Xcode 9中代码折叠的键盘快捷键

时间:2017-07-07 19:20:27

标签: keyboard-shortcuts xcode9-beta code-folding

代码折叠不适用于 Xcode 9 中的键绑定 Shift + Alt + Cmd +< - left 。 是否有人对Xcode 9有同样的问题?

4 个答案:

答案 0 :(得分:7)

Xcode 10中的更新:

Xcode 10增加了对代码折叠的支持,包括:

  1. 新代码折叠功能区,显示编辑器中所有多行可折叠代码块
  2. 编辑器中折叠代码的新样式,允许您使用折叠代码编辑行
  3. 支持折叠用大括号括起来的任何代码块
  4. 支持折叠功能区,结构化选择或
  5. 折叠代码块
      

    菜单栏►编辑器►代码折叠►折叠菜单项

    enter image description here

    看看这张快照:

    enter image description here

    根据测试版发布说明,在Xcode 9 Beta5中,Xcode 9 beta 1禁用了代码折叠:Resolved in Xcode 9 beta 5 – IDE

    以下是:

    1. 按住键盘上的 (命令)按钮,将鼠标光标移动/悬停在任何(开始或结束)大括号上。它将自动突出显示,阻止区域。
    2. 在按下状态下按住(保持) (命令)按钮,然后单击突出显示的区域。它将启用带有 Fold 选项的快捷菜单弹出窗口。
    3. 从菜单列表中选择 Fold 。它将折叠您的代码并显示3个点,折叠/覆盖整个块。
    4. 现在,再次展开您的代码块,发布 (命令)按钮,然后点击3个点折叠一个块。
    5. 为了便于理解,请查看此快照:

      enter image description here


      所有键盘快捷方式也都有效。

      Fold                          ⌥ ⌘ ←      option + command + left arrow
      Unfold                        ⌥ ⌘ →      option + command + right arrow
      Unfold All                    ⌥ U        option + U
      Fold Methods & Functions      ⌥ ⌘ ↑      option + command + up arrow
      Unfold Methods & Functions    ⌥ ⌘ ↓      option + command + down arrow
      Fold Comment Blocks           ⌃ ⇧ ⌘ ↑    control + shift + command + up
      Unfold Comment Blocks         ⌃ ⇧ ⌘ ↓    control + shift + command + down
      Focus Follows Selection       ⌃ ⌥ ⌘ F    control + option + command + F
      Fold All                      ⌘ ⌥ ⇧ ←    command + option + shift + left
      Unfold All                    ⌘ ⌥ ⇧ →    command + option + shift + left
      


      Xcode菜单中的代码折叠选项

        

      菜单栏►编辑器►代码折叠►“这是代码折叠选项列表”

      这是ref快照:

      enter image description here

      Xcode快捷列表中的相同选项

        

      菜单栏►Xcode►首选项►键绑定►“这是代码折叠短键列表”

      enter image description here

答案 1 :(得分:6)

代码折叠是在新编辑器中尚未实现的一长串事项。

UPD:

现在Xcode 9发布后,代码折叠现在可以使用以前的快捷方式(Shift + Alt + Cmd +左箭头)

注意:要仅折叠您所在的示波器,请按Alt + Cmd +向左箭头。

答案 2 :(得分:4)

缺少代码折叠功能区确实令人难以置信。我不会升级'如果我知道的话。

答案 3 :(得分:1)

根据发行说明。 Xcode 9.0不支持代码折叠。

  

The source editor in this beta version of Xcode 9.0 doesn’t support code folding. (29396003)

enter image description here

与所有测试版软件一样,测试版发行说明中有很多未解决的问题。