Skip to content

Instantly share code, notes, and snippets.

@shaps80
Last active November 2, 2023 05:13
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shaps80/ea5214a6a08860c71dc4a563080047d8 to your computer and use it in GitHub Desktop.
Save shaps80/ea5214a6a08860c71dc4a563080047d8 to your computer and use it in GitHub Desktop.
A collection of Xcode shortcuts I use often.

Open/Close Xcode console: cmd+shift+y

Jump to definition, but in the assistant editor: cmd+opt+click

Open/close navigators pane: cmd+0

Open/close inspectors pane: cmd+opt+0

Switch between navigators: cmd+(1-8)

Switch between inspectors: cmd+opt+(1-8)

Open assistant editor: cmd+opt+enter

Open versioning editor: cmd+opt+shift+enter

Close assistanc editor: cmd+enter

Show document items (once this is displayed you can just type to filter): ctrl+(1-6)

Pause/continue debugger: ctrl+cmd+y

Clean build folder: opt+cmd+shift+k

Clear the console: cmd+k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment