gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-04 09:39:03 55 4
gpt4 key购买 nike

代码折叠不适用于键绑定(bind) Shift + Alt + Cmd + <- 左 Xcode 9 .
有人对 Xcode 9 有同样的问题吗?

最佳答案

Xcode 10 中的更新:

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

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

    Menubar ► Editor ► Code Folding ► Fold menu item



    enter image description here

    看这个快照:

    enter image description here

    根据 beta 版本说明: Resolved in Xcode 9 beta 5 – IDE 代码折叠在 Xcode 9 beta 1 中被禁用,现在正在运行,在 Xcode 9 Beta5 中

    方法如下:
  • 长按 键盘中的(命令)按钮和在任何(开始或结束)大括号上移动/悬停鼠标光标。它会自动突出显示,阻止区域。
  • 保持(持有) (命令)按钮处于按下状态,然后单击突出显示的区域。它将启用带有 的快速菜单弹出窗口Fold 选项。
  • 选择 Fold 从菜单列表。它将折叠您的代码并显示 3 个点,折叠/覆盖整个 block 。
  • 现在,再次展开您的代码块,释放 (命令)按钮并单击折叠 block 的 3 个点。

  • 为了便于理解,请查看此快照:

    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 Menu 中的代码折叠选项:

    Menubar ► Editor ► Code Folding ► "Here is list of code folding options"



    这是引用快照:

    enter image description here

    Xcode 快捷方式列表中的相同选项 :

    Menubar ► Xcode ► Preferences ► Key Bindings ► "Here is list of code folding short-keys"



    enter image description here

    关于keyboard-shortcuts - Xcode 9 中代码折叠的键盘快捷键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44978248/

    55 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com