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:
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
2009-12-31 17:15:00
Questioner asked for "defaults"
cmcculloh
2009-12-31 17:16:24
That's true. My apologies.
maximdim
2009-12-31 17:21:27
No worries :), no offense taken...
cmcculloh
2009-12-31 17:22:35
+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)
- CTRL+3: Quick Access
Those two covers almost everything.
You can add two others:
- CTRL+1: Quick Fix
- ALT+Shift+F1: Plug-in Spy
VonC
2009-12-31 17:15:34