Java Eclipse Shortcuts

                         

In this section, I have presented you the very useful and commonly used Java Eclipse Shortcuts. After learning these keywords, you need not to use mouse every time. This will improve your work efficiency in Eclipse. 

 

 

 

 

 

 

Eclipse Shortcut

F1 To get help context message
F1 To show error message in wizard dialog
F3 Back to corresponding source code
Ctrl+F6 For switching to different editors
Ctrl+F7 For switching to different views
Ctrl+F8 Switch to different perspective
Ctrl+shift+Arrow-up Jumping from one method to previous  method
Ctrl+shift+Arrow-down Jumping from one method to next method
Alt+Shift+P Navigating between matching braces
Ctrl+O Navigating between different parts of the code
Ctrl+, and Ctrl+. To find the syntax errors in a code