Xcode shortcuts Flashcards

(36 cards)

1
Q

filter in inspectors

A

⌥⌘L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Filter in Navigator

A

⌥⌘J

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

show assistant editor

A

⌥⌘↩

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

switch inspectors

A

⌥⌘(1-6)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

toggle inspectors

A

⌥⌘0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

fold method/class

A

⌥ ⌘←

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Fold All

A

⇧⌥⌘←

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Resume automatic previews

A

⌥⌘P

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Toggle Navigators

A

⌘0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Reorder Statements 上下の文の入れ替え

A

⌘⌥ + ] or [

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

show editor only

A

⌘↩

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Switch Navigators

A

⌘(1-7)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Add breakpoint

A

⌘\

⌥⌘Y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Find in file

A

⌘F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Find in project

A

⇧⌘F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Find next

17
Q

comment out line

18
Q

show version editor

19
Q

toggle debug area

20
Q

documentation

21
Q

next completion

22
Q

next placeholder (function’s argument)

23
Q

show all declarations in the current file

24
Q

Re-Indent code

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 | ⌃⇧ ↑