Skip to content

Instantly share code, notes, and snippets.

@drguildo
Last active August 29, 2015 14:06
Show Gist options
  • Save drguildo/f98d3e44270a541a9d45 to your computer and use it in GitHub Desktop.
Save drguildo/f98d3e44270a541a9d45 to your computer and use it in GitHub Desktop.
Useful Eclipse Shortcuts
Shortcut Description
Ctrl + 3 Opens a filterable list of all available actions.
Ctrl + D Delete the current line.
Ctrl + L Go to line.
Ctrl + O Gives an outline of the code allowing quick navigation between definitions.
Ctrl + / Toggles commenting of the selected region or the current line.
Ctrl + F11 Runs the current code.
Ctrl + Shift + F Format the selected code or the current file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment