select
type |
action |
shortcut |
Line |
select current line |
Ctrl L |
Multi cursor |
insert cursor above |
Ctrl Alt ↑ |
|
insert cursor below |
Ctrl Alt ↓ |
move/copy
type |
action |
shortcut |
Move |
move code up |
Alt ↑ |
|
move code down |
Alt ↓ |
Copy |
copy code up |
Shift Alt ↑ |
|
copy code down |
Shift Alt ↓ |
insert/remove
type |
action |
shortcut |
Insert |
insert line below |
Ctrl Enter |
|
insert line above |
Ctrl Shift Enter |
type |
action |
shortcut |
Indentation |
indent code |
Ctrl ] |
|
|
Tab |
|
outdent code |
Ctrl [ |
|
|
Shift Tab |
Comment |
toggle line comment |
Ctrl / |
|
toggle block comment |
Shift Alt A |
find/replace
type |
action |
shortcut |
Find |
open find |
Ctrl F |
|
find next |
F3 |
|
|
Enter |
|
find previous |
Shift F3 |
|
|
Shift Enter |
|
select all occurences |
Alt Enter |
Replace |
open replace |
Ctrl H |
|
replace one occurence |
Enter |
|
replace all occurences |
Ctrl Alt Enter |