Eclipse Oxygen Ide Java Shortcuts
Eclipse Oxygen Ide Java Shortcuts
Ctrl + Z Undo last action Ctrl + Shift + / Add block comment arount
selection (add /...*/)
Ctrl + Y Redo last undone action
Ctrl + Shift + \ Remove block comment
Ctrl + D Delete line
Alt + Shift + J Add element comment (add /**
Alt + Up arrow / Move current line or selection up
... */)
Down arrow or down
Ctrl + Alt + Up Duplicate current line or
arrow / Down selection up or down Editing source code
arrow Alt + Shift + S Open "Source" menu
Ctrl + Del Delete next word Ctrl + Space Open content assist (e.g. show
Ctrl + Backspace Delete previous word available methods or field
Shift + Enter Enter line below current line names)
Shift + Ctrl + Enter Enter line above current line Ctrl + 1 Open quick fix and quick assist
Insert Switch between insert and Alt + / Suggest word completion (after
overwrite mode typing at least one letter). Press
repeatedly until reaching correct
Shift + Ctrl + Y Convert selection to lowercase
name
Shift + Ctrl + X Convert selection to uppercase
Ctrl + Shift + Insert Deactivate or activate Smart
Insert Mode (automatic
Search and replace indention, automatic brackets,
etc.)
Ctrl + F Open find and replace dialog
box
Ctrl + K Find previous occurence of the
Code information
search term Ctrl + O Show code outline or structure
Ctrl + Shift + K Find next occurence of the F2 Open class, method, or variable
search term information (show as tooltip text)
Ctrl + H Search Workspace (Java F3 Open declaration: Jump to
search, Task search, and File Declaration of selected class,
search) method, or parameter
Ctrl + J Incremental search forward F4 Open Type Hierarchy window for
Ctrl + Shift + J Incremental search backwards selected item
Ctrl + Shift + O Open a resource search dialog Ctrl + T Show or open Quick Type
to find any class Hierarchy for selected item
Ctrl + Shift + T Open type in hierarchy
Indentions and comments Ctrl + Alt + H Open call hierarchy
Tab Increase indent of selected text Ctrl + Shift + U Find occurrences of expression
in current file
Shift + Tab Decrease indent of selected text
Ctrl + Move the Open declaration or
Ctrl + I Correct indention of selected text
mouse implementation
or current line
Defkey
Ctrl + Alt + C Commit
Refactoring
Ctrl + Alt + U Update
Alt + Shift + R Rename selected element and
Ctrl + Alt + D Update to revision
all references
Ctrl + Alt + E Merge
Alt + Shift + V Move selected element to other
class or file (with complete Ctrl + Alt + T Show properties
method or class selected) Ctrl + Alt + I Add to svn:ignore
Alt + Shift + C Change method signature (with
method name selected) Last modification: 4/2/2020 [Link] PM
Other
Ctrl + F7 Switch forward between panels.
Useful for switching back and
forth between Package Explorer
and Editor
Ctrl + Shift + F7 Switch backward between
panels. Useful for switching back
and forth between Package
Explorer and Editor
Ctrl + P Print
F1 Open Eclipse help
Shift + F10 Show context menu