April 3, 2009

More useful Eclipse shortcuts

Extending to my previous post of top 5 eclipse shortcuts, here are some more useful eclipse shortcuts.
  1. To rename in terms of refactor do not use F2. It's Shift+Alt+R.

  2. Right click menu in eclipse is quite a long menu and some of its fields have sun menus too. In order to get quick menu of 'Source' use Shift+Alt+S.

  3. Quick menu for 'Refactor' comes with Shift+Alt+T.

  4. Eclipse editor highlights the closing bracket of its opening bracket or vice versa but to go to the matching bracket use Shift+Ctrl+P.

  5. To run last launched application press Ctrl+ F11.

No comments:

Post a Comment