Skip to content

Instantly share code, notes, and snippets.

@cocoaNib
Last active November 28, 2016 10:52
Show Gist options
  • Save cocoaNib/23a6cab8399093e7bcf691516fd19653 to your computer and use it in GitHub Desktop.
Save cocoaNib/23a6cab8399093e7bcf691516fd19653 to your computer and use it in GitHub Desktop.
Essential Xcode Shortcuts
Essential Xcode Shortcuts
πŸ‡ΊπŸ‡Έ Keyboard
⌘ B Build
⌘ R Run
⌘ U Run Test
⇧ ⌘ K Clean
βŒ₯ ⇧ ⌘ K Clean Build Folder
⇧ ⌘ O Open quickly
⌘ L Go to Line
βŒƒ I Re-indent
⌘ ] Indent to Right
⌘ [ Indent to Left
⌘ F Find
βŒ₯ ⌘ F Find and Replace
(Press ⇧ to change scope to Project)
⌘ E Put Selection into Search Field
⌘ G Search Next
⌘ / Comment/Uncomment
⌘ \ Add Breakpoint
⌘ Y Disable/Enable Breakpoints
βŒƒ 1 Show related items
βŒƒ ⌘ β‡’ Go forward
βŒƒ ⌘ β‡  Go back
⌘ ↩ Standard Editor
βŒ₯ ⌘ ↩ Assistant Editor
⇧ βŒ₯ ⌘ ↩ Version Editor
⌘ 0   Show/Hide Navigator Area
βŒ₯ ⌘ 0 Β  Show/Hide Utilities Area
⇧ ⌘ Y Β  Show/Hide Debug Area
⌘ 1   Project Navigator
⌘ 4   Issue Navigator
⌘ 6   Debug Navigator
⌘ J Move Focus
⇧ ⌘ J Reveal in Project Navigator
βŒ₯ and click on a file in the Navigator
will open it in the Assistant Editor
⌘ and click on a word in the Editor
will jump to definition
πŸ‡©πŸ‡ͺ Keyboard
⌘ K Clean
⇧ ⌘ K Clean Build Folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment