(1)Postfix Completion
(2)Live Templates

(1)Live Templates中可以做用户的个性化定制

(2)Postfix Completion中只能用不能修改

main或psvm
sout或.sout 输出语句
soutp:打印方法的形参
soutm:打印方法的名字
soutv:打印变量
普通for循环:fori(正向) 或者 .for(正向) .forr(逆向)



增强for循环:iter 或者 .for


(用于数字的遍历、集合的遍历)
ifn 或者 .null :判断是否为null (if null)

inn 或者 .nn :判断不等于null(if not null)

prsf:private static final
psf:public static final


按着12345创建就可以了
