Common shortcuts in Eclipse (C, A, S stand for Control, Alt, Shift, respectively)
New...
CN (type text) Java project, Class etc.
Quick...
C1 Quick fix
C Autocomplete
CSF Format code
Go to...
F12 Editor window
F3 Declaration
CAH References
C3 (name) View
Show...
F2 Description
CT Type tree
CO Methods/fields
CM Max/normal size
Next/prev...
C←/→ Word
A←/→ Position
CS↑/↓ Method
C./, Error
CPg↑/Pg↓ Editor
Search...
CH Find
CF Find and replace
Delete...
Cbacksp/del Prev/Next word
CSdel To line end
Select bigger/smaller...
AS↑/↓ Structure
AS←/→ Expression
Refactor...
ASR Rename
ASM Create method
ASL Create local var
ASI Inline
Run...
ASX J Execute (Java)
ASX T Execute tests
ASD J Debug (Java)
Debugging...
F11 Start
F8 Continue
F5 Go in
F6 Next
F7 Go out
Autocompletions
syso C System.out.println
if C
for C
try C
Import
CSO Organise imports
CSM Static import