Xcode常用快捷键
Xcode常用快捷键汇总
1. command + 0
2. command + option + 0
3. command + shift + Y
4. command + (1~8)
5. command + option + (1~2)
6. XIB command + option + (1~6)
7. XIB command + option + (1~4)
8. command + [
9. command + ]
10. command + control + 上下(左右)
.h 和 .m切换
11. command + shift + O(字母O)
搜索功能
12. command + shift + J
快速定位文件
13. command + shift + 左右
快速选中光标所在行左右代码
14. option + 鼠标左键
分屏文件
15. command + ~
切换工程
16. esc
打开系统提示
17. command + shift + 0
通过Documentation and Reference指南了解如何使用代码
以下常用快捷键就不再截图演示
command + option + [
光标所在代码行上移一行command + option + ]
光标所在代码行下移一行command + Z
向后撤销command + shift + Z
向前回复command + R
运行程序command + .
停止运行command + B
编译程序command + /
注释代码command + N
创建新文件command + shift + N
创建新工程command + shift + K
清理缓存command + shift + N
创建新工程command + S
保存当前工程command + W
关闭当前工程command + Q
退出Xcode