xcode快捷键

补充:

fn + F6 : step over

fn + F7: step into

fn + F8: step out

control+command+C: continue to Current Line

 

 
   
删除前一单词 option + Backspace 删除此行光标前所有内容 command + Backspace 显示字体 command + t 左缩进 command + [ 右缩进 command + ] 项目中查找 command + shift + F 用选择的查找 command + e 查找下一个 command + g 查找上一个 command + shift + g 折叠方法 command + control + 上箭头 展开方法 command + control + 下箭头 折叠注释块 command + control + shift + 上箭头 展开注释块 command + control + shift + 下箭头 切换头 / 源文件 command + option + 上箭头 类浏览(本工程用到的类) command + shift + c 注释 command +/ 方法组列表 control + 2 打开(选中文本的)头文件 command + shift + d 最小化 command + m 显示检查器? command + option + i (效果和Get Info一样,不知区别) CTRL + .: 参数提示 ESC: 自动提示列表 Tab :接受代码提示 Esc :显示代码提示菜单(与Pg Up\pg Dn\Home\End结合使用,效果更佳) Ctrl + . (句点):循环浏览代码提示 Shift + Ctrl + . (句点):反向循环浏览代码提示 Ctrl + A : 移动光标到本行行首 Ctrl + E : 移动光标到本行行尾

你可能感兴趣的:(xcode,快捷键,ios开发新手上路)