visual-studio-code

In VS Code enable to write text in a column after the EOL


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??


Solution

  • No. Unfortunately, Virtual Space has been a long-requested implementation:

    ShiftAlt can do something like this:

    enter image description here

    But this is not what you're looking for. And it doesn't work anymore from the end of the line:

    enter image description here