You can create your own using eclipse template functionality .
To create your own template, look here Window->Preferences->Java->Editor->Templates .
For example, sysout functionality has this pattern:
System.out.println(${word_selection}${});${cursor}
you can create a similar one for System.out.print()
Rangag
source share