0% found this document useful (0 votes)
51 views

Eclipse Shortcut Key

The document lists Eclipse keyboard shortcuts for various editor and navigation functions like saving files, formatting code, organizing imports, searching for classes and references, navigating between editor positions, and refactoring code. Shortcuts include Ctrl + 3 to focus the quick search box, Ctrl + S to save, and Ctrl + Space for code completion.

Uploaded by

Nhat Nam Tran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Eclipse Shortcut Key

The document lists Eclipse keyboard shortcuts for various editor and navigation functions like saving files, formatting code, organizing imports, searching for classes and references, navigating between editor positions, and refactoring code. Shortcuts include Ctrl + 3 to focus the quick search box, Ctrl + S to save, and Ctrl + Space for code completion.

Uploaded by

Nhat Nam Tran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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