- 停止当前的命令
1
Ctrl+Z - 打开偏好设置(Preferences)
1
command + , 隐藏Xcode窗口
command + H关闭Xcode
command + Q新建文件(调出新建文件窗口)
command + N新建工程(New Project…)
Shift + command + N关闭一个Tab(当只有一个Tab时,会关闭当前窗口) Close Tab
command + W关闭窗口(Close Window)
Shift + command + W折叠文件夹列表
Command+ 点击收起局部折叠(折叠一个函数)
Command+Option+Left/Right全局折叠(折叠当前文件下的全部函数)
Shift+Command+Option+Left/Right折叠注释块:(/* */之间的文字)
Ctrl+Shift+Command+Left/Right保存当前文件(Save)
command + S保存所有文件(Save All)
Option(alt) + command + S撤销(Undo)
command + Z取消撤销(Undo)
shift+command + Z剪切(Cut)
command + X拷贝(Copy)
command + C粘贴(Paste)
command + V选择所有(Select All)
command + A- 快速跳到指定行(Jump To…)
command + L
文章
取消xCode-常用快捷键
本文由作者按照 CC BY 4.0 进行授权
Comments powered by Disqus.