View
move/scroll
| type | action | shortcut |
|---|---|---|
| Move | go to beginning of file | Ctrl Home |
| go to end of file | Ctrl End | |
| go to matching bracket | Ctrl Shift \ | |
| Scroll | scroll line up | Ctrl ↑ |
| scroll line down | Ctrl ↓ | |
| scroll page up | Alt PgUp | |
| scroll page down | Alt PgDn |
wrap/fold
| type | action | shortcut |
|---|---|---|
| Wrap | toggle word wrap | Alt Z |
| Fold | fold code | Ctrl Shift [ |
| unfold code | Ctrl Shift ] |
language
| type | action | shortcut |
|---|---|---|
| Language | change file language | Ctrl K M |
| Trigger | trigger suggestion | Ctrl Space |
| trigger parameter hints | Ctrl Shift Space | |
| Definition | peek definition | Alt F12 |
| open definition to the side | Ctrl K F12 | |
| go to definition | F12 |