Clasical Visual Studio Block editing extension. Select lines in a block char by char or word by word going past EOL & EOF restrictions that the built-in facilities have. Also included block Copy/Paste.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ctrl + shift + up Block Select Up
ctrl + shift + down Block Select Down
ctrl + shift + left Block Select Left
ctrl + shift + right Block Select Right
ctrl + alt + shift + up Block Select Up
ctrl + alt + shift + down Block Select Down
ctrl + alt + shift + left Block Select Word Left
ctrl + alt + shift + right Block Select Word Right
ctrl + alt + shift + c Block Copy
ctrl + alt + shift + x Block Cut
ctrl + alt + shift + v Block Paste