intellij generate main method
作者:互联网
https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000095864-I-need-main-method-generation
I need main() method generation FOLLOW
answered Borucki Andrzej Created February 16, 2017 02:32I created new project, new class (Main.java) and must write "
public static void main(String[] args){}
"
It will be good if will possible generation main method by IDE.
Votes
5Share
6 comments SORT BY Serge Baranov Created February 16, 2017 02:33 Comment actionsType psvm and press Tab, see https://www.jetbrains.com/help/idea/2016.3/live-templates.html.
20 Mail Reknew Created October 09, 2019 07:05 Comment actionsThis does not work. IntelliJ 2019.3. I get something like Upsert instead
0 Serge Baranov Created October 09, 2019 10:10 Comment actionsPlease share the screenshot of the issue. What file type do you use? Note that for Java you can now also type main instead of psvm.
0标签:Comment,intellij,Created,generation,actions,main,method 来源: https://www.cnblogs.com/kungfupanda/p/16374533.html