Last active
November 28, 2016 10:52
-
-
Save cocoaNib/23a6cab8399093e7bcf691516fd19653 to your computer and use it in GitHub Desktop.
Essential Xcode Shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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