iOS Notes
iOS Notes
command + shift + Y
: show/hide debug areacommand + (1-7)
: switch navigatorscommand + 0
: toggle navigatorsoption + command + J
: filter in navigatorcommand + return
: show standard editoroption + command + return
: show assistant editoroption + shift + command + return
: show version editoroption + command + (1-6)
: switch inspectorsoption + command + 0
: toggle utilitiesoption + command + L
: filter in library
Full list :
- General
command + comma
: preferencesshift + command + 0
: documentationshift + command + C
: consolecontrol + command + ?
: documentation for selected textcommand + ?
: quick help
- Code Editing
control + space
: show completionscontrol + .
: next completionTab
: accept completion Tabcontrol + /
: next placeholdershift + control + /
: previous placeholdercommand + /
: comment selectionoption + command + ←
: fold method/classoption + command + →
: unfold method/classcontrol + command + E
: edit all in scope
- Build & Run
command + B
: buildshift + command + B
: analyzecommand + R
: runcommand + I
: profilecommand + U
: testshift + command + K
: cleancommand + K
: clear console
- File Navigation
control + command + →
: go forwardcontrol + command + ←
: go backshift + command + O
: open quicklycontrol + 1
: show related items
- Debugging
command + '
: next issuecommand + "
: previous issuecontrol + command + '
: fix next issuecontrol + commnad + "
: fix previous issuecommand + \
: add breakpointcommand + Y
: activate breakpoints
- Code Navigation
command + →
: end of linecommand + ←
: beginning of linecommand + ↑
: top of filecommand + ↓
: bottom of fileoption + →
: next wordoption + ←
: previous wordcontrol + →
: next subwordcontrol + ←
: previous subwordcontrol + L
: center selectioncommand + L
: goto linecommand + F
: find in fileshift + command + F
: find in projectcommand + G
: find nextshift + commnad + G
: find previous
-
Libraries
control + option + command + 1
: file templatecontrol + option + command + 2
: code snippetcontrol + option + command + 3
: objectcontrol + option + command + 4
: media
-
Extra
command + shift + L
: Open library in story board
-
Quick Documentation : hold
option
and hover to any term and click.