Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I increase the scrolling sensitivity in Visual Studio?

I've encountered a weird issue in which that the mouse wheel scrolling sensitivity when browsing code is slow, but however when I open an older project the mouse's scrolling speed is normal.

If I create a brand new project, scrolling speed is normal.

It should be like this:

enter image description here

..but is instead like this (from an older project):

enter image description here

I've looked around but however the only results suggest increasing the DPI on the screen, but however this can't be right since the scrolling speed differs between projects on the same computer.

How can I reset the scrolling speed of my project's code back to normal?

like image 264
AStopher Avatar asked Jan 10 '15 15:01

AStopher


People also ask

How do I scroll faster in Visual Studio?

Visual Studio Code extension "scroll-faster" allows you to scroll the editor up and down faster, by "x" number of lines using keybindings, where "x" can be user defined.


2 Answers

Turns out that it's an issue related to Windows 8, 8.1, and earlier versions of 10.

I had set the scrolling speed via PC Settings, but however (for some unknown reason) there seems to be two separate settings for the mouse scrolling speed: one for PC Settings and one for Control Panel.

This issue is simple to resolve; simply adjust the mouse's scrolling speed via Control Panel instead of Settings. Doing this also seems to change the PC Settings' value also.

This is no longer an issue with Windows 10 since the November 2015 update, with Visual Studio 2017. It is present in Visual Studio 2019, to fix this you'll want to refer to Swifty's answer.

like image 82
AStopher Avatar answered Sep 27 '22 23:09

AStopher


This problem is still happening in 2020. I'm using VS 2019 Community with the latest Windows 10 update. I had to go here in the Options dialog to change the scroll speed.

Tools >> Options... >> Text Editor >> Advanced >> Scrolling sensitivity

From there, you can adjust the vertical and horizontal scrolling speeds.

enter image description here

like image 24
rajndev Avatar answered Sep 27 '22 21:09

rajndev