When programming Java in Eclipse, I can type syso and press control+space to auto-complete this and get System.out.println();. I was wondering if t
syso
System.out.println();
You can do this here: Window -> Preferences -> Java -> Editor -> Templates. You can also add a Template View, which you find at Window -> Show View -> Other -> Search for Templates.
Window
Preferences
Java
Editor
Templates
Show View
Other
This feature is called Code Templates