Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在最新版本的 xcode 中自动缩短代码。您知道,例如,当您按下 void 方法的一侧并出现 (...) 时,您的页面会更短。有命令吗?
单击编辑器>代码折叠菜单,您将看到所有选项以及键盘快捷键。
快捷键是 cmnd + shift + option + 左箭头键。这将折叠所有功能。
您可以按command + alt + left cursor key键盘上的折叠代码或按command + alt + right cursor key展开。确保您的指针位于大括号内。
command + alt + left cursor key
command + alt + right cursor key