Xcode shortcuts

  • Navigation Area (left panel)

  • show/hide - Cmd + 0
  • show current file in project navigator - Command + Shift + J
  • jump through navigators - Cmd + 1 - 9
  • Utility Area (right panel)

  • show/hide - Cmd + Option + 0
  • jump through inspectors - Command + Option + 1 - 6
  • jump through libraries - Ctrl + Command + Option
  • Debugging Area (bottom panel)

  • clean console logs - Command + K
  • show/hide - Command + Shift + Y
  • breakpoints enable/disable - Command + Y
  • pause/play debugger - Control + Command + Y
  • Windows

  • XC11 show additional canvas - Option + Command + Enter
  • XC11 show interface assistant mode - control + Option + Command + Enter
  • XC11 (Split Window) using add editor button - mouse click + (optional) for opposite direction hold Option
  • XC11 (Split Window) choose the editor to open file from Files navigator - hold Shift + hold Option + arrows + (optional) during this switching tabs/windows enabled
  • XC11 (Split Window) focus on one file, zoom mode - use two arrows zoom icon
  • standard window - Command + Enter
  • open help - Command + Shift + 0
  • assistant editor (two windows) - Command + Option + Enter
  • revision control editor - Command + Option + Shift + Enter
  • go back / move forward - Control + Command + arrow_back arrow_forward
  • jump through tabs - Command + Shift + [ - ]
  • close current tab - Command + W
  • Workflow

  • switch class interface - Ctrl + Command + arrow_upward arrow_downward
  • move selected code up/down - Command + Option + [ - ]
  • code fragment expand/collapse - Command + Option + arrow_back arrow_forward
  • code all expand/collapse - Command + Option + Shift + arrow_back arrow_forward
  • Multicursor with mouse (single clicks) - Shift + control + mouse (single clicks)
  • Multicursor with mouse (selecting) - Shift + control + mouse (drag)
  • Multicursor keyboard up/down - Shift + control + arrow_upward arrow_downward
  • center current line - Control + L
  • delete word - Option + Delete
  • delete current line - Command + Delete
  • delete line below - Control + K
  • code format - Ctrl + I
  • go to line - Command + L
  • open quickly - Command + Shift + O
  • show find navigator - Command + Shift + F
  • show find and replace navigator - Command + Shift + Option + O
  • Storyboard

  • autofocus - Command + Shift + L
  • zoom adjust - Control + Shift + mouse (click outside on plane)
  • select ui element from list - Control + Shift + mouse (click inside views)