Skip to content

Instantly share code, notes, and snippets.

@djburdick
Last active August 29, 2015 13:56
Show Gist options
  • Save djburdick/9120653 to your computer and use it in GitHub Desktop.
Save djburdick/9120653 to your computer and use it in GitHub Desktop.
Eclipse Commands

Eclipse Commands

  • right click -> properties -> java compiler 1.6

  • cmd + shift + o - clean up import statment (organize imports)

  • cmd + shift + t - skip betweeen files or classes

  • cmd + click - jump into method

  • cmd + t - object heirarchy

  • cmd + k - highlight variable/method and jump between instances

  • cmd + o - jump between methods

  • window -> show view -> display - runs arbitrary java code

  • refactor var name - right click -> refactor

  • control + space - auto complete

Testing

  • right click on test name - run individual test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment