Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 564 Bytes

File metadata and controls

22 lines (12 loc) · 564 Bytes

vsCode Hints

Multi-cursor editing

<SHIFT><ALT> + left mouse: Box select

<CTRL> + d: Multi select. Add next instance of the word at the cursor

<CTRL> + u Multi select. Undoes last multi-select

<SHIFT><ALT> + left mouse button drag: Multi select up/down

<SHIFT><ALT> ++ left mouse click: Multi cursor wherever mouse is (free form)

Line copy

<SHIFT><ALT> + Up arrow / down arrow: Copy current line above / below current line

Comments

<CTRL> + /: Comment / uncomment line <SHIFT><ALT> + a: Block Comment / uncomment line