This is an extension to provide auto-scrolling to the Visual Studio environment.
Simply hold down your middle mouse button and drag the mouse in the direction you wish to scroll, further distances scroll faster. Alternately, middle click and move the mouse to scroll. Another mouse click of any button will halt scrolling.
View source code at the CodePlex page for this extension Here.
Updated in v0.5.8
Reverting version changes as they were incompatible with many versions of 2015. A new extension shall be made for 2017.
Updated in v0.5.7
Added support for VS 2015+ products in general (2017 Enterprise and Community).
Updated in v0.5.6
Added support for VS 2015 (14).
Dropped support for VS 2010 (due to manifest version not being supported). You can download the old version from here.
Updated in v0.5.4
Added support for VS 2013 (12).
Updated in v0.5.3
Clicking any mouse button while scrolling now stops scrolling.
Updated in v0.5.2
Added support for VS 11.
Updated in v0.5
Control + Middle click is now ignored by default.
Updated in v0.4
Added "heavy handed mode" - Auto-scrolling now stops when middle-click scrolling and prevented after 150ms of last scroll. See source code to change this option (I'm lazy, but will make UI for this option.. one day).
Added fade in effect to complement heavy handed mode. Can turn off in source if you wish as well (also lazy).
Updated in v0.3
Code regions headers can now be double clicked to open (was being blocked before).