alt+enter ; postfix

postfix 常用点


for循环


100.fori. 会生成for(int i=0;i<100;i++){}

输出
sout 生成
System.out.println();
包含参数可   s.sout 得到
System.out.println(s);       

user.nn 得到

if (user != null) {}

具体参照:

alt+enter ; postfix


alt+enter 智能提示

1.自动创建函数

2.list replace

3.字符串format bulid

4.实现接口

5.单词拼写

6.导包


抽取函数

alt+command+M