常用的 Xcode 快捷键

1、向左/右删除 control + h/d

2、移至行首/尾 control + a/e

3、向左/右移动 control + b/f

4、移至行首/尾 control + a/e

5、上/下一行 control + p/n

6、移至词首/尾 control + option + f/b

7、control + 6 显示所有函数名列表

8、control + w 搜索函数名列表

9、control + shift + o 搜索文件

10、control + k 向后删除此行

11、command + e 搜索当前选中单词

12、command + g 搜索下一个

13、command + control + e  编辑所有的相同单词

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