Ahmad Ismail
Ahmad Ismail

Reputation: 13842

VSCode - Line Select Down

I know I can use Column Select Down using Ctrl+Shift+Alt+Down or Alt+Shift+Mouse-Drag.

However, my problem is I want to select wordwrapped lines.

enter image description here

In the following picture, you can see, when selecting columns it also puts cursor in between line. I do not want that. I want the following:

enter image description here

How can I do that using keyboard only and keyboard-mouse combined.

Upvotes: 3

Views: 233

Answers (1)

Ahmad Ismail
Ahmad Ismail

Reputation: 13842

OP Here, The solution is actually very simple.

use CtrlShiftAltDown or AltShiftMouse-Drag to select the lines. Then press Home. Pressing Home will place cursor only at the beginning of the selected lines. Then you can move the cursor with the arrow if needed.

Upvotes: 1

Related Questions