Editing Flashcards

1
Q

Basic code completion

A

⌃ Space

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

Complete statement

A

⌘⇧↩︎

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

Parameter info

A

⌘ P

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

Quick documentation lookup

A

⌘J, F1

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

External Doc

A

⇧ F1

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

Brief Info

A

⌘ + mouse

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

Show descriptions of error at caret

A

⌘ F1

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

Generate code…

A

⌘ N, ⌃↩︎

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

Override methods

A

⌃ O

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

Implement methods

A

⌃ I

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

Surround with…

A

⌘ ⌥ T

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

Comment / uncomment with line comment

A

⌘ /

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

Comment / uncomment with block comment

A

⌘ ⌥/

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

Extend selection

A

⌥ ↑

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

Context info

A

⌃⇧Q

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

Show intention actions and quick-fixes

A

⌥ ↩

17
Q

Reformat code

A

⌘⌥L

18
Q

Optimize imports

A

⌃ ⌥ O

19
Q

Auto-indent line(s)

A

⌃ ⌥ I

20
Q

Indent / unindent selected lines

A

⇥ /⇧⇥

21
Q

Paste from recent buffers…

A

⌘⇧V

22
Q

Duplicate current line

A

⌘D

23
Q

Delete line at caret

A

⌘backspace

24
Q

Smart line join

A

⌃⇧J

25
Q

Smart line split

A

⌘↩

26
Q

Start new line

A

⇧↩

27
Q

Toggle case for word at caret or selected block

A

⌘⇧U

28
Q

Select till code block end / start

A

⌘⌥⇧[ / ⌘⌥⇧]

29
Q

Delete to word end

A

⌥ ⌦

30
Q

Delete to word start

A

⌥ ⌨

31
Q

Expand / collapse code block

A

⌘ + / ⌘ -

32
Q

Expand all

A

⌘⇧+

33
Q

Collapse all

A

⌘⇧-

34
Q

Close active editor tab

A

⌘W