0

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()

Community
  • 1
  • 1
brblol
  • 189
  • 1
  • 4

1 Answers1

0

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.