IntelliJ IDEA – System.out.println shortcut
In IntelliJ IDEA, type sout
and press the Enter or Tab button from your keyboard to generate System.out.println()
automatically.
P.S. Tested with IntelliJ IDEA 2019.3.3 (Community Edition) on Windows machine.

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
- How to create new role and grant permission to role in JasperReports Server
- How to enable Hibernate option in Windows 8?
- How to view HTTP headers in Mozilla Firefox
- How to increase Eclipse toolbar icon size
- How to import Gradle project in Eclipse/STS
- Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
- Eclipse shortcuts for Open Call Hierarchy
- IntelliJ IDEA- View all exit points of method
- How to create Password Reset Disk for Windows 7?
- The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path