Xcode shortcuts Flashcards
filter in inspectors
⌥⌘L
Filter in Navigator
⌥⌘J
show assistant editor
⌥⌘↩
switch inspectors
⌥⌘(1-6)
toggle inspectors
⌥⌘0
fold method/class
⌥ ⌘←
Fold All
⇧⌥⌘←
Resume automatic previews
⌥⌘P
Toggle Navigators
⌘0
Reorder Statements 上下の文の入れ替え
⌘⌥ + ] or [
show editor only
⌘↩
Switch Navigators
⌘(1-7)
Add breakpoint
⌘\
⌥⌘Y
Find in file
⌘F
Find in project
⇧⌘F
Find next
⌘G
comment out line
⌘/
show version editor
⌥⇧⌘↩
toggle debug area
⇧⌘Y
documentation
⇧⌘0
next completion
⌃.
next placeholder (function’s argument)
⌃/
show all declarations in the current file
⌃6
Re-Indent code
⌃I
edit in all scope
⌃⌘E
Continue / Pause debugging
⌃⌘Y
Jump to definition
⌃⌘J
Open quickly
⇧⌘O
open library
⇧⌘L
Step Over
Step Into
Step Out
Step Over F6 : execute next line
Step Into F7 : go into a function
Step Out F8 : jump out of a function
show completion
esc
Opening a file manually in assistant editor
⇧⌘O followed by ⌥↩
Toggle Minimaps
⇧⌃⌘M
open individual inspector
⌃⌥click
two finger action in preview
⌥⌘ click
multi cursor
⌃⇧ click
⌃⇧ ↑