In fact, you can do something similar in Eclipse (even with slightly fewer letters to type):
syso + CTRL-SPACE == System.out.println();
syse + CTRL-SPACE == System.err.println();
This is part of the many predefined templates found in> Preferences, Java | Editor | Patterns
source
share