Skip to content

Instantly share code, notes, and snippets.

@ciaranarcher
Last active February 2, 2021 10:40
Show Gist options
  • Save ciaranarcher/25bdea59b5cbae51c674eba5d7a58fce to your computer and use it in GitHub Desktop.
Save ciaranarcher/25bdea59b5cbae51c674eba5d7a58fce to your computer and use it in GitHub Desktop.

Moving around

  • ⌘⌥ B Jump to definition
  • ⌘ [ Jump back
  • ⌘ ] Jump forward

Running stuff under the cursor

  • ⌥^R Run configurations (e.g. run test)
  • ⌥^D Debug configurations

Comments

  • ⌘⌥ / Block comment selection

Refactoring

  • ⌘⌥L Format code

Views

  • ⌘1 Toggle Project View
  • ⌘5 Toggle Debug View
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment