ctrl-[]
- indent or outdent blockctrl-/
- toggle comment on blockctrl-l
- select current lineAlt-up/down
moves current line up or downctrl-shift-up/down
adds new cursor above/belowctrl-L
- cursor on all occurrences of this wordctrl-F2
- same.ctrl-alt--
- go to previous positionctrl-click
- extra cursor at click point (note:modified editor.multiCursorModifier)F2
- rename (couldn't get to work?)gd
jump to definitiongq
- on a visual selection reflow and wordwrap blocks of text, preserving commenting style. Great for formatting documentation comments.gb
- adds another cursor on the next word it finds which is the same as the word under the cursor.gh
- equivalent to hovering your mouse over wherever the cursor is. Handy for seeing types and error messages without reaching for the mouse!ctrl-P
- quick open menuctrl-Shift-M
- Toggle Status Bar expansion (F8 to cycle through errors)ctrl-k z
- Toggle Zen Modectrl-\
- Split screen on same file,ctrl-1
,ctrl-2
to switch windows
ctrl-shift-v
- open markdown preview windowctrl-k v
- open side-by-side preview
from here only down to "Intellisense".