If you have been using the Eclipse IDE for Java Programming and now started using IDEA IntelliJ, you surely would be wondering what is the shortcut for System.out.printlln() function here!
There is no doubt System.out.println function is the most used one (at least while writing draft code or students learning the language)
Solution:You have to use sout instead of systout as compared to Eclipse in IntelliJ.


You can also try shortcuts for other System.out methods from below list:
- sout: Prints a string to System.out
- souf: Prints a formatted string to System.out
- soutm: Prints current class and method names to System.out
- soutp: Prints method parameter names and values to System.out
- soutv: Prints a value to System.out
✏️ You can also make use of the tab key after typing sout to replace it with System.out.println
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!