drewnoakes / vs-side-scroller

Scroll horizontally with the mouse wheel when holding the shift key in Visual Studio
Apache License 2.0
78 stars 4 forks source link

Support adjustable side scroll amount #3

Open MostlyArmless opened 5 years ago

MostlyArmless commented 5 years ago

The default amount of sidescroll is 14 columns per mousewheel increment, which is too much and I end up needing to use the mouse to fine-tune the horizontal position anyways.

Suggest you either make the side scroll amount configurable or default it to a smaller increment.

CoolCmd commented 4 years ago

Visual Studio 2019 has "Horizontal scrolling sensitivity" option, but the extension ignores it. @drewnoakes, you should use this option.