Skip to content

Instantly share code, notes, and snippets.

@berikv
Last active December 14, 2015 14:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berikv/5099753 to your computer and use it in GitHub Desktop.
Save berikv/5099753 to your computer and use it in GitHub Desktop.
My favourite XCode shortcuts

Running

  • Run: command+r
  • Stop: command+.
  • Run without building: command+control+r
  • Test: command+u
  • Analyse: command+shift+b
  • Clean: command+shift+k
  • Super-clean: command+alt+shift+k

Focussing

  • Show in project navigator: command+shift+j
  • Show/hide navigator: command+0
  • Show/hide utilities: command+alt+0
  • Open/close debug console: command+shift+y
  • Go to debug console: command+shift+c
  • Show standard editor: command+enter
  • Show version editor: command+alt+shift+enter
  • Move focus: command+j

Editing

  • Edit all in scope: control+command+e
  • Re-indent: control+i
  • Comment selection: command+/
  • Move line up/down: command+alt+[ / command+alt+]

Configuring

  • Edit scheme: command+shift+,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment