xcode常用快捷键记录

command + R 运行程序 ,command + B 编译程序

command + N 打开新建文件面板

command + shift + N 新建一个工程

command+1到9 都是快捷键,自己试试

command + 1 显示隐藏左边目录 ,command + option +0显示隐藏右边实用面板

option +鼠标点击左边目录栏文件会打开辅助文件。

command + F 本文件搜索, command + shift +F 整个工程搜索

command + shift +O 搜索框,输入文件名儿,回车跳转到该文件

command+control +上,下键 ,.m 和 .h文件来回切换 (swift 就别用了。)

command + shift + k 清除工程

command + shift + 0 查看离线文档。

command + 上,下,左,右。写代码的时候光标大跳使用

option + 左,右。光标一个单词一个单词的跳

command + shift + w 关闭项目

command + option +左,右,折叠展开代码块

你可能感兴趣的:(xcode常用快捷键记录)