VSCode - Block selection should start and end at the mouse pointer

Viewed 10

I'm looking for a way to select a block using the mouse in VSCode.

I know about CTRL + SHIFT + mouse which is selecting a block of code, but the beginning of the selection starts where the last text cursor was placed (look at the attached picture - "last cursor position").

I would like the selection to begin where the mouse is placed like other IDE works e.g. Visual Studio 2022, Sublime etc. (look at the attached picture - "begin mouse position").

enter image description here

I know it's a detail, but it makes it difficult for me to get used to this editor.

Any idea?

0 Answers
Related