Xcode shortcuts Flashcards
(36 cards)
1
Q
filter in inspectors
A
⌥⌘L
2
Q
Filter in Navigator
A
⌥⌘J
3
Q
show assistant editor
A
⌥⌘↩
4
Q
switch inspectors
A
⌥⌘(1-6)
5
Q
toggle inspectors
A
⌥⌘0
6
Q
fold method/class
A
⌥ ⌘←
7
Q
Fold All
A
⇧⌥⌘←
8
Q
Resume automatic previews
A
⌥⌘P
9
Q
Toggle Navigators
A
⌘0
10
Q
Reorder Statements 上下の文の入れ替え
A
⌘⌥ + ] or [
11
Q
show editor only
A
⌘↩
12
Q
Switch Navigators
A
⌘(1-7)
13
Q
Add breakpoint
A
⌘\
⌥⌘Y
14
Q
Find in file
A
⌘F
15
Q
Find in project
A
⇧⌘F
16
Q
Find next
A
⌘G
17
Q
comment out line
A
⌘/
18
Q
show version editor
A
⌥⇧⌘↩
19
Q
toggle debug area
A
⇧⌘Y
20
Q
documentation
A
⇧⌘0
21
Q
next completion
A
⌃.
22
Q
next placeholder (function’s argument)
A
⌃/
23
Q
show all declarations in the current file
A
⌃6
24
Q
Re-Indent code
A
⌃I
25
edit in all scope
⌃⌘E
26
Continue / Pause debugging
⌃⌘Y
27
Jump to definition
⌃⌘J
28
Open quickly
⇧⌘O
29
open library
⇧⌘L
30
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
31
show completion
esc
32
Opening a file manually in assistant editor
⇧⌘O followed by ⌥↩
33
Toggle Minimaps
⇧⌃⌘M
34
open individual inspector
⌃⌥click
35
two finger action in preview
⌥⌘ click
36
multi cursor
⌃⇧ click
| ⌃⇧ ↑