In vs code, lets suppose a file with the text.
HELLO
BYE
The first line has 5 columns, the second 3.
I want to be able to set the cursor with the mouse on the first line, column 10 (which does not exist) and start writing. But VS Code just sets the cursor at the EOL, in the 5th column.
In Notepad++ or SQL Server Management Studio you can do so by Alt + Click on any part of the file. Is it possible in VS Code??
No. Unfortunately, Virtual Space has been a long-requested implementation:
ShiftAlt can do something like this:
But this is not what you're looking for. And it doesn't work anymore from the end of the line: