Xcode 的快捷键

项目之间切换:command+~
.h和.m之间切换:control+command+ ↑ or ↓
定位类文件:command +shift+J
类文件查找:shift + command + O
方法调用者查看:control +1
类结构预览:control +2
导入头文件:control + command +P Peckham插件
生成方法:control + command +K FastStub插件
省略或复原代码:option + command + 左右键

添加断点的快捷键: command + \

调出代码块:command + option+回车
退出代码:command + 回车
隐藏/打开 下方的Debug窗口:shift + command + y

你可能感兴趣的:(Xcode 的快捷键)