jugLviv

Meta


Share on:


#Eclipse #hotkeys I use everyday

JUG LvivJUG Lviv
Ctrl+Shift+L List of all available hotkeys

Ctrl+Shift+R Open Resource (file, folder or project)
Ctrl+L Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select ‘Show Line Numbers’
Next 3 combinations are pretty obvious but I put it here ’cause in IntelliJIdea they mean something different (hate Idea for that)
Ctrl+Z Undo last action
Ctrl+Y Redo last (undone) action
Ctrl+D Delete Line
Ctrl+H Search Workspace (Java Search, Task Search, and File Search)
Ctrl+Shift+F Autoformat all code in Editor using code formatter
Ctrl+O Show code outline / structure
F3 Open Declaration: Jump to Declaration of selected class, method, or parameter
Ctrl+T Show / open Quick Type Hierarchy for selected item
Ctrl+Shift+T Open Type in Hierarchy
Ctrl+Alt+H Open Call Hierarchy
Alt+Shift+T Refactoring menu
Alt+Shift+S Source management menu (generate get/set/equals/etc.)
Alt+Shift+R Rename selected element and all references
Ctrl+O Show code outline / structure
full list
JUG Lviv
Author