views:

242

answers:

3

Is there a list of the default Eclipse keyboard shortcuts? I'm generally looking for language agnostic things like starting the debugger or deleting an entire line in the source editor.

+1  A: 

Official Lists
List from n0sl33p (pasted contents below)

cmcculloh
+1  A: 

Previous answer not quite correct as in Eclipse you can redefine keyword shortcuts (as I often do).

You can always access current list of defined shortcuts by pressing Ctrl+Shift+L in Eclipse (on Windows at least).

maximdim
Questioner asked for "defaults"
cmcculloh
That's true. My apologies.
maximdim
No worries :), no offense taken...
cmcculloh
+9  A: 

Rather than a full list of shortcut, I prefer only a few:

  • CTRL+Shift+L: "Show Key Assist", List of shortcuts (depending on the context)

alt text

  • CTRL+3: Quick Access

alt text

Those two covers almost everything.

You can add two others:

  • CTRL+1: Quick Fix

alt text

alt text

VonC
Awesome! I didn't know about this one!
cmcculloh