Print to console faster in Java [IntelliJ Shortcut]

Опубликовано: 04 Июль 2026
на канале: CSExplained
4,017
60

Having to write `System.out.println(...);` every time we need to print something out to the console can be annoying. Thankfully IntelliJ has a shortcut that allows you to make it not as annoying. If you type in `sout` and press tab, IntelliJ knows you want to print and it will replace sout with System.out.println for you

#shorts