Vscode

Multicursor editing in vscode

https://tahoeninjas.blog/2019/03/30/multi-cursor-editing-in-visual-studio-code/

CTRL+ALT+ ↑ / ↓: Select next/previous line ALT-CLICK: Create cursors CTRL-U: Undo last cursor operation CTRL-SHIFT-L: Select current match

Fold markdown

Visual Studio Code now supports code folding for Markdown documents by heading. Folding a header collapses all content and subheadings under that header. CMD + K + CMD + 0/1/2/3 — to fold CMD + K + CMD + J — to unfold