1、main
2、System.out.println();
sout+enter键,或 so + enter键
3、代码格式优化
Command + option + L
4、注释
单行注释 command+/
多行注释command+/+shift
5、查看类的信息
Command+7
6、复制当行(鼠标定位行,不需选择)
Command + D
6、自动代码
Command + J
7、快速打开搜索类等
双击shift
8、快速至行尾、行首
Command + 左右键
9、方法间快速移动定位
Control + 上下键
10、跳到指定行
command+G 行号
10、全局搜索
Control+shif+R
11、if else
option+command+T
12、run
control+R