导航

intellJ实用技巧

Posted on 2016-06-12 10:15  powerlx  阅读(128)  评论(0编辑  收藏  举报

常用语句

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

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

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