以下设置都可以通过 设置中的搜索框 进行关键字搜索
0, 打开Project 设置
Command + ;
1, 打开设置快捷键
Command + ,
2, 显示行号
Editor -> Appearance -> Show line Numbers
3, 打开内存使用状态
Appearance&Behavior -> Appearance -> Show memory indicator
4, 显示当前文件结构(prama mark 啥的)
Command + 7
5, 代码提示不区分大小写
Editor -> General -> Code Completion -> Case sensitive completion -> None
6, 多行注释
control + shift + /
7, 单句代码提示(补全关键字)
control + space
8, 整句智能提示
control + shift + space
9, 折叠当前方法
Command + .
10, 删除当前行
Command + delete
11, 剪切当前行
Command + x
12, 运行
control + r
13, 编译
Command + F9
14, Debug
control + d
15, 运行
control + r
16, 在下方插入一行
Command + enter
17, 快速插入常用方法
control + enter / Command + n
18, 快速选中代码(从光标行 上下 对称选中)
alt + 上/下
19, 移动选中代码
alt + shift + 上/下
20, 访问光标处代码的 定义
Command + b
21, 返回上一个编辑的文件
Command + [
22, 回到下一个编辑的文件
Command + ]
23, 切换 文件 tab(打开的文件)
Command + shift + [/]
24, 关闭当前tab
Command + w
25, 快速打开class文件
Command + o
26, 快速打开所有文件
Command + shift + o
27, 快速打开方法
alt + Command + o
28, 上下切换方法
control + 上/下
29, 切换.h .m 文件
control + Command + 上
30, 格式化代码
alt + Command + l
31, 快速插入方法 及 其他代码模板
Command + j