- command+0:
- 打开关闭左部
- command+1-8:
- 对应左部选项
- command+alt+0:
- 打开关闭右部
- command+shift+j:
- 在左部文件栏定位当前文件
- 上下选择
- alt+左:
- 收起文件夹
- alt+右:
- 展开文件夹
- command+shift+f:
- 全局搜索
- ctrl+6:
- 打开当前类#pragma mark列表
- 上下选择;enter进入
- ctrl+1:
- 打开当前类有关信息(包括有当前类的xib)
- command+shift+o:
- 直接跳转到某个方法定义或指定代码
- 可只输入驼峰首字母
- ctrl+command+上/下:
- .h/.m切换
- command+r:
- 运行项目
- command+.:
- 停止运行
- command+b:
- 编译程序
- command+shift+k:
- clean项目
- command+shift+0:
- 文档参考
- alt+左单击:
- 类或方法描述
- alt+左双击:
- 类或方法文档
- alt+左/右:
- 光标上/下单词
- alt+左/右:
- 光标定位上/下单词
- alt+shift+左/右:
- 光标选中上/下单词
- command+左/右:
- 光标定位到行首/尾
- command+shift+左/右:
- 光标选中行
- shift+左/右:
- 光标选中左/右字母
- (其实就是shift为光标选中,command为行,alt为单词再加左/右组合)
- command+1:
- 选中文件栏
- command+shift+j:
- 在文件栏中选中当前类文件
- 焦点在文件栏上选中类文件时,
- command+j:
- 弹出布局视图enter选中代码编辑视图可把焦点放到代码编辑视图上编写代码
- 焦点在文件栏时,alt+左:
- 上一个文件夹/收起文件夹
- 焦点在文件栏时,alt+右:
- 展开文件夹
- 焦点在文件栏时,alt+左:
- 焦点定位到上一个展开的文件夹
- 焦点在文件栏时,左/右:
- 展开收起文件夹
- shift+command+alt+左/右:
- 收起展开所有方法体
- command+alt+左/右:
- 收起当前方法体