1.快速生成main函数
main然后enter
2.for语句
打出for然后enter
3.System.out.println();
sout然后enter
4.注释
单行注释 command+/
多行注释command+shift(上箭头)+/
5.格式化代码
command+option+L
6.自动生成左边定义 String name
option+command+v
7.查看类的信息
Command+7
8.全局搜索:Control+shif+R
9.打开project structure:command+;
10.快速打开,搜索类等 双击shift
11.跳到指定行 command+G 173行