IntelliJ IDEA – public static void main shortcut
In IntelliJ IDEA, type main
and press the Enter or Tab button from your keyboard to generate public static void main( String[] args )
automatically.
P.S. Tested with IntelliJ IDEA 2019.3.3 (Community Edition) on Windows machine.

Alternatively, we can also use the psvm
to populate public static void main( String[] args )
automatically.

Tip: If autosuggestion not populated automatically by typing the shortcut key, you may search the possible suggestion by pressing Ctrl + Space button together.
Similar Posts
- javax.mail.AuthenticationFailedException
- How to increase Eclipse toolbar icon size
- wamp- Could not execute menu item (internal error): The service has not been started
- How to enable and disable JavaScript in Chrome?
- Create a Data Source in JasperReports Server
- svn: There are unfinished transactions detected
- IntelliJ IDEA- Generate Getter & Setter Shortcut Key
- How to view HTTP headers in Mozilla Firefox
- Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
- IntelliJ IDEA– Remove/Optimize unused imports shortcut keys