Eclipse - Prechice
Eclipse - Prechice
Ctrl+Alt+N
Alt+f, then .
Ctrl+Shift+R
Alt+Enter
Ctrl+S
Ctrl+Shift+S
Ctrl+W
Ctrl+Shift+W
F5
2. Editor Window
Focus/ cursor must be in Editor Window for these to work.
F12
Ctrl+Page Down/Ctrl+Page Up
Ctrl+M
Maximize or un-maximize current Editor Window (also works for other Windows)
Ctrl+E
Show list of open Editors. Use arrow keys and enter to switch
Ctrl+F6/Ctrl+Shift+F6
Show list of open Editors. Similar to ctrl+e but switches immediately upon release
of ctrl
Alt+-
Ctrl+F10
Show view menu (features available on left vertical bar: breakpoints, bookmarks,
line numbers, )
Ctrl+F10, then n
Ctrl+Shift+Q
Show or hide the diff column on the left (indicates changes since last save)
3. Navigate in Editor
Home/End
Ctrl+Home/End
Ctrl+Shift+Arrow Down/Arrow Up
Ctrl+L
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select
'Show Line Numbers'
Ctrl+Q
Ctrl+./Ctrl+,
Ctrl+Shift+P
Ctrl+Arrow Down/Ctrl+Arrow Up
4. Select Text
Shift+Arrow Right/Arrow Left
Shift+Arrow Down/Arrow Up
Shift+End/Home
Ctrl+A
Select all
Alt+Shift+Arrow Up
Alt+Shift+Arrow Down
5. Edit Text
Ctrl+C/Ctrl+X/Ctrl+V
Ctrl+Z
Ctrl+Y
Ctrl+D
Delete Line
Ctrl+Delete
Ctrl+Backspace
Shift+Enter
Shift+Ctrl+Enter
Insert
Shift+Ctrl+Y
Shift+Ctrl+X
Ctrl+K/Ctrl+Shift+K
Find previous / find next occurrence of search term (close find window first)
Ctrl+H
Ctrl+J/Ctrl+Shift+J
Incremental search forward / backwards. Type search term after pressing ctrl+j,
there is now search window
Ctrl+Shift+O
Ctrl+I
Ctrl+Shift+F
Ctrl+/
Ctrl+Shift+/
Ctrl+Shift+\
Alt+Shift+J
Ctrl+1
Alt+/
Ctrl+Shift+Insert
9. Code Information
Ctrl+O
F2
F3
F4
Ctrl+T
Ctrl+Shift+T
Ctrl+Alt+H
Ctrl+U
10. Refactoring
Alt+Shift+R
Alt+Shift+V
Move selected element to other class or file (With complete method or class
selected)
Ctrl+Shift+C
Alt+Shift+M
Alt+Shift+L
Extract local variable: Create and assigns a variable from a selected expression
Alt+Shift+I
F11
Debug
F5
F6
F7
Step out
F8
up
Switch forward / backward between views (panels). Useful for switching back and
forth between Package Explorer and Editor.
Ctrl+F8/Ctrl+Shift+F8
Ctrl+P
F1