IntelliJ中的main函数和System.out.println()快捷键
Posted newcaoguo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IntelliJ中的main函数和System.out.println()快捷键相关的知识,希望对你有一定的参考价值。
1、在IntelJ中和Eclipse中稍有不同,在Eclipse中,输入main再按Alt+/即可自动补全main函数,但是在IntellJ中则是输入psvm,选中即可
2、在方法体内部有for循环,在IntellJ中是输入fori,然后会有一个提示,选中需要的for循环即可
3、System.out.println();在IntellJ中是输入sout
以上是关于IntelliJ中的main函数和System.out.println()快捷键的主要内容,如果未能解决你的问题,请参考以下文章
Junit 单元测试在 intelliJ IDEA 中的安装
intellij 中 spark scala 应用程序中的线程“main”java.lang.NoClassDefFoundError:org/apache/spark/sql/catalyst/St
Intellij Idea中的Jetty报出Web application not found src/main/webapp错误的解决方案