Paste a rectangular block in Visual Studio

Viewed 14960

Is there a way to paste a rectangular block in Visual Studio (2017, for example)?

Enter image description here

The only way I can do it now is paste first the values, and then "surround" the values column with from left and right, like this:

Enter image description here

3 Answers

The pasted area has to have the same rows as the copied area. Not in Notepad++, yes in Visual Studio Code.

In the last one, you must look at the IDE's bottom.

Related