Last Updated: September 09, 2019
·
1.774K
· alyssa

print shortcut in eclipse

Tired of typing out System.out.println() in eclipse? Type it in 6 keystrokes instead of 20.

try this:
- type "syso"
- immediately do ctrl + space

And there you have it, System.out.println() has been auto-completed.

1 Response
Add your response

Great shortcut. To all junior programmers out there, system out is a quick way to print out a variable, but for anything serious consider using a logger instead.

over 1 year ago ·