Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Eclipse

Description
Shortcut key
It puts the focus into Quick Access search
Ctrl + 3
box.

Ctrl + S Save current editor

Ctrl + Space Content assist and code completion

Ctrl + Shift + F Format source code

Ctrl + Q Moves cursor to the last edited position

Ctrl + D Deletes current line in the editor

Ctrl + Shift + O Organize imports in the current java file

Ctrl + O Shows quick outline of the java class

Runs the current opened java class if main


Ctrl + F11 method exists or else run the last launched
application

Ctrl + Shift + R Open / Search for resources

Open / Search for types, very useful in


Ctrl + Shift + T
finding classes

To select an editor from the currently open


Ctrl + E
editors

Alt + ← or Alt + → Go to previous/ next editor position in histor

Move cursor to the declaration of the


F3
variable

F4 Show type hierarchy of the variable

Find next for search text in the opened


Ctrl + K
editor

Ctrl + Shift + G Search for references in the workspace


Shows type hierarchy of the current java
Ctrl + T
class

Alt + Shift + R Rename of package, class etc

Alt + Shift + T Opens the quick refactoring menu

You might also like