XCode快捷键
2019-05-01 本文已影响0人
Caesar_62dd
折叠
局部折叠(折叠一个函数) Command+Option+Left/Right
全局折叠(折叠当前文件下的全部函数) Command+Option+Shift+Left/Right
折叠注释块:(/* */之间的文字) Command+Ctrl+Shift+Left/Right
当前文件的所有方法折叠 Command+Option+Shift+Left/Right
修改变量名称
修改变量名称 Command+Ctrl+E
启动停止
启动 Command+R
停止 Command+.
清除缓存 Command+Shift+K
整理代码
全选 Command + A
整理 Ctrl + I
.h 和 .m文件切换
Command + Ctrl + Up
快速格式化注释
Command + Option + /
Snippets
Command + Shift + L