Jörg Krause
Jörg Krause

Reputation: 515

Visual Studio Code: Scroll speed too fast for selecting with mouse

I am using MS visual studio code editor Version 1.12.2 (1.12.2) on a MacBook pro on OSX Sierra.

When I want to select a bigger range with the mouse and I move the cursor with button down beyond the lower edge of my edit window, the editor starts to scroll in order to expand the selected range. That's what every editor should do, but Code does it so fast that I just can't make it to find the right position to end my selection (BTW MS Word has the same issue). Is there a way to slow down the scroll speed here?

Upvotes: 36

Views: 5289

Answers (1)

herrbischoff
herrbischoff

Reputation: 3326

While not a solution to the scroll speed issue, there is a rather trivial workaround. Select part of the region you want selected, scroll down to the point the region to select ends and Shift-Click. Voila, whole region selected.

Upvotes: 33

Related Questions