intellJ实用技巧

常用语句

   在IntelJ中和Eclipse中稍有不同,在Eclipse中,输入main再按Alt+/即可自动补全main函数,但是在IntellJ中则是输入psvm。

   在方法体内部有for循环,在IntellJ中是输入fori,然后会有一个提示,选中需要的for循环即可。

   System.out.println();在IntellJ中是输入sout。

原文地址:https://www.cnblogs.com/powerlx/p/5576730.html