Eclipse Shortcuts
Basic Eclipse shortcuts
- Switch between views:
- <CTRL>-<F6> opens a list with editors
- <CTRL>-<F7> opens a list with views
- <CTRL>-<F8> opens a list with perspective
- Switch between tabs:
- <CTRL>-<Page Up>
- <CTRL>-<Page Down>
- Maximize current editor (tab):
- <CTRL>-M
- Double mouse-click on the name of the tab
- Jump to position of last edit:
- Save file
Navigation shortcuts
- Outline view:
- Window -> Show view -> Outline
- <CTRL>-O opens a quick outline that is searchable (including wildcards)
- Hyper-linking from an element (variable, method, type, etc.) to its declaration:
- <F3> while the cursor position is at the element
- <CTRL>-click on the element
- Find references:
- <CTRL>-<SHIFT>-G on the element (variable, method, type, etc.)