How to make System.out.println() shorter

Viewed 214190

Please advice on where can I find the lib in order to use the shorter expression of System.out.println() and where should I place that lib.

12 Answers

For Intellij IDEA type sout and press Tab.

For Eclipse type syso and press Ctrl+Space.

Related