Translate

вівторок, 23 червня 2015 р.

#Eclipse #hotkeys I use everyday




Ctrl+Shift+LList of all available hotkeys

Ctrl+Shift+ROpen Resource (file, folder or project)
Ctrl+LJump 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+ZUndo last action
Ctrl+YRedo last (undone) action
Ctrl+DDelete Line
Ctrl+HSearch Workspace (Java Search, Task Search, and File Search)
Ctrl+Shift+FAutoformat all code in Editor using code formatter
Ctrl+OShow code outline / structure
F3Open Declaration: Jump to Declaration of selected class, method, or parameter
Ctrl+TShow / open Quick Type Hierarchy for selected item
Ctrl+Shift+TOpen Type in Hierarchy
Ctrl+Alt+HOpen Call Hierarchy
Alt+Shift+TRefactoring menu
Alt+Shift+SSource management menu (generate get/set/equals/etc.)
Alt+Shift+RRename selected element and all references
Ctrl+OShow code outline / structure