Xcode 中的快捷键

作者: 赵永洪 | 来源:发表于2015-12-31 20:29 被阅读39次

针对Xcode操作快捷键

command + N 新建文件

command + shift + N 新建工程

command + A 全选

command + S 保存

command + X 剪切

command + C 复制

command + V 粘贴

command + R 运行

command + B 编译

command + . 暂停

command + shift + K 清理工程

command + 0 左侧栏

command + option + 0 右侧栏

command + shift + Y 底部栏

command + 1…8 切换左侧栏具体

command + F 本代码页搜索

command + shift + F 全局搜索

command + shift + o 搜索文件

command + L 跳转行

command + T 创建工作区域

command + shift + [ ] 切换工作区域

command + 点击 查看API

command + control +<- -> 切换API跟代码页

optional(alt) + 点击 文件 分栏

optional + shift + 点击 文件 更多分栏

command + shift + <- -> 选中行代码

option + shift + <- -> 选中某个单词

command + [ ] 左右移动代码

command + option + [ ] 上下移动代码

command + 上 跳到文件最顶部

command + 下 跳到文件最底部

command + 左 跳到当前行最左边

command + 右 跳到当前航最右边

ctrl + i 对齐

command + shift + k 清除之前所有缓存

相关文章

网友评论

    本文标题:Xcode 中的快捷键

    本文链接:https://www.haomeiwen.com/subject/dhxwhttx.html