mac xcode 常用快捷键

(1)Xcode快捷键

主界面:

Command  + R   运行

Command  + .   停止运行

Command  + B  编译

Command  + H  隐藏Xcode

Command  + N  新建文件

Command  + shift + N  新建工程

Command  + O  打开文件

Command  + 数字键(1-8)  navigator栏

Command  + 数字键0  隐藏navigator栏

Command  + Y  开启控制台

Command  + option + 0  开启/隐藏utilities栏

Command + return  标准模式

Command + option + return  辅助编辑模式

 

 

代码:

Command + control + 方向键  .h/.m文件切换

Command  + [  向左缩进

Command  + ]  向右缩进

Command  + option + [  上移

Command  + option + ]  下移

Command  + Y  开启断点

Command  + \  加入断点

Command + K  清空控制台

 

 

文档:

Command  + ‘+’  放大

Command  + ‘-’   缩小

Command  + ‘=’ 适应

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章