What simple Eclipse tricks do you know? [duplicate]
Possible Duplicate:
Hidden features of Eclipse
I've just discovered that if you type sysout then hold ctrl and press space it changes to System.out.println()
you can also indent the code properly.
select the code you want to format and press ctrl +shift+ 'F'
this will indent your data properly.
精彩评论