TIL VSCode Multi-lines
POSTED ON:
TAGS: vscode
Use-cases:
- You have to declare a lot of variables at once, and want them on their own separate line.
- You have to fix a lot of issues in the same exact spot, but different lines.
Bonus tip: You can use ALT+LEFT-CLICK to create multiple cursors in different places too.
Related TILs
Tagged: vscode