Archive界面进入方式
window
–> organizer
快速打开某一个文件
快捷键: command + shift + O
快速查看当前Class的方法
快捷键: control + 6
快速定位到当前编辑文件的导航区域
快捷键:command + shift + J
注释/取消注释代码
Command + /
向前或向后缩进代码
Command + [
或者 Command + ]
移动光标到行首或行尾
Command + ←
或 Command + →
快速跳转到某一行
快捷键: command + L
快速创建文件
快捷键: command + N
上移一行 or 下移一行
快捷键: option + command + ]
,option + command + [
.h文件与.m文件之间的快速切换
快捷键: control + command + ↑
, control + command + ↓
光标上移一行和下移一行
快捷键:
- 上移一行:
control + N
- 下移一行:
control + P
收起/展开方法代码块
快捷键如下
- 收起:
option + command + ←
- 展开:
option + command + →
查看方法的调用者
快捷键:无
查看头文件包含在哪些文件里
快捷键:无