The feature is called “code templates” in Eclipse. You can add templates with:
Window->Preferences->Java->Editor->Templates.
Two good articles:
- Don’t write the code, generate it
- Custom Templates
Also, this SO question:
- Useful Eclipse Java Code Templates
System.out.println() is already mapped to sysout, so you may save time by learning a few of the existing templates first.