• Home
  • Useful Eclipse Shortcuts

Useful Eclipse Shortcuts

1 December 2009 Bajrang Gupta Comments Off

Ctrl + F6 -> Switch between the different open files or the editors.

 
Ctrl + F7 -> Switch between the different views.
 
Ctrl + F8 -> Switch between the different perspectives.
 
Ctrl + F10 -> Pops up the context menu for easy toggling of breakpoints.
 
Ctrl + F11 -> The best short cut to run a program or run junits. It automatically detects how the particular class needs to be run.