iOS Notes

  • command + shift + Y : show/hide debug area
  • command + (1-7) : switch navigators
  • command + 0 : toggle navigators
  • option + command + J : filter in navigator
  • command + return : show standard editor
  • option + command + return : show assistant editor
  • option + shift + command + return : show version editor
  • option + command + (1-6) : switch inspectors
  • option + command + 0 : toggle utilities
  • option + command + L : filter in library

Full list :

  • General
    • command + comma : preferences
    • shift + command + 0 : documentation
    • shift + command + C : console
    • control + command + ? : documentation for selected text
    • command + ? : quick help
  • Code Editing
    • control + space : show completions
    • control + . : next completion
    • Tab : accept completion Tab
    • control + / : next placeholder
    • shift + control + / : previous placeholder
    • command + / : comment selection
    • option + command + ← : fold method/class
    • option + command + → : unfold method/class
    • control + command + E : edit all in scope
  • Build & Run
    • command + B : build
    • shift + command + B : analyze
    • command + R : run
    • command + I : profile
    • command + U : test
    • shift + command + K : clean
    • command + K : clear console
  • File Navigation
    • control + command + → : go forward
    • control + command + ← : go back
    • shift + command + O : open quickly
    • control + 1 : show related items
  • Debugging
    • command + ' : next issue
    • command + " : previous issue
    • control + command + ' : fix next issue
    • control + commnad + " : fix previous issue
    • command + \ : add breakpoint
    • command + Y : activate breakpoints
  • Code Navigation
    • command + → : end of line
    • command + ← : beginning of line
    • command + ↑ : top of file
    • command + ↓ : bottom of file
    • option + → : next word
    • option + ← : previous word
    • control + → : next subword
    • control + ← : previous subword
    • control + L : center selection
    • command + L : goto line
    • command + F : find in file
    • shift + command + F : find in project
    • command + G : find next
    • shift + commnad + G : find previous
  • Libraries

    • control + option + command + 1 : file template
    • control + option + command + 2 : code snippet
    • control + option + command + 3 : object
    • control + option + command + 4 : media
  • Extra

    • command + shift + L : Open library in story board
  • Quick Documentation : hold option and hover to any term and click.

Comments