Wednesday, May 19, 2010

Useful Shorts for Eclipse

Shortcuts for Eclipse
To comment Multiple lines :
  • Select all the lines to be commented
  • Press Ctrl + /
  • To uncomment do the same thing
To see the Declaration or corresponding code for a function :
  • Select the function you want to see the code for.
  • Press F3 or right click and do Open Deceleration
To Automatically indent the code use the following keys
  • Select the Code to be indented properly
  • Press Ctrl + i
To Search a function and declaration within a code
  • Press Ctrl + o


No comments:

Post a Comment