Eclipse is a
Graphical User Interface (GUI) oriented
IDE which contains a bunch full of useful shortcut keys, many developers make use of shortcut keys while programming in order to increase the productivity.
In order to get a quick outline view use
Control + O shortcut key, user may notice that down at the bottom of the explored window it show inherited members, press
Control + O again in order to view more things as shown in the image below.
The image shows an example of a pop-up dialog and where Eclipse puts additional shortcuts. So, make sure while opening a pop-up dialog to take a look around and also see for some additional meaningful shortcuts.
User may also notice hovering over the buttons will show up shortcut keys for those buttons in the toolbar. Use
Alt+Left to go back and
Alt+Right to go forward. The Previous Annotation is also useful and a lot of people like to change these so that only errors and warnings show up in the annotations which can be done by using shortcuts
Control+. and
Control+,. So, using a combination of
Control+, and
Control+. user can navigate through the errors.
When a bunch full of tabs got opened user may hit
Control + E to show up the files instead of going to show list icon and clicking it to view. The image below show the list of opened files in editors tab after hitting
Control + E.