Editing Flashcards
(34 cards)
1
Q
Basic code completion
A
⌃ Space
2
Q
Complete statement
A
⌘⇧↩︎
3
Q
Parameter info
A
⌘ P
4
Q
Quick documentation lookup
A
⌘J, F1
5
Q
External Doc
A
⇧ F1
6
Q
Brief Info
A
⌘ + mouse
7
Q
Show descriptions of error at caret
A
⌘ F1
8
Q
Generate code…
A
⌘ N, ⌃↩︎
9
Q
Override methods
A
⌃ O
10
Q
Implement methods
A
⌃ I
11
Q
Surround with…
A
⌘ ⌥ T
12
Q
Comment / uncomment with line comment
A
⌘ /
13
Q
Comment / uncomment with block comment
A
⌘ ⌥/
14
Q
Extend selection
A
⌥ ↑
15
Q
Context info
A
⌃⇧Q
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
Smart line split
⌘↩
26
Start new line
⇧↩
27
Toggle case for word at caret or selected block
⌘⇧U
28
Select till code block end / start
⌘⌥⇧[ / ⌘⌥⇧]
29
Delete to word end
⌥ ⌦
30
Delete to word start
⌥ ⌨
31
Expand / collapse code block
⌘ + / ⌘ -
32
Expand all
⌘⇧+
33
Collapse all
⌘⇧-
34
Close active editor tab
⌘W