https://github.com/lkytal/smoothscroll
Smooth scrolling code editor for the Visual Studio 2013, 2015, 2017 and 2019
https://github.com/lkytal/smoothscroll
scrolling smooth-scrolling visual-studio visual-studio-extension
Last synced: 10 months ago
JSON representation
Smooth scrolling code editor for the Visual Studio 2013, 2015, 2017 and 2019
- Host: GitHub
- URL: https://github.com/lkytal/smoothscroll
- Owner: lkytal
- License: agpl-3.0
- Created: 2016-03-27T16:22:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:07:07.000Z (over 3 years ago)
- Last Synced: 2025-05-01T11:37:09.179Z (about 1 year ago)
- Topics: scrolling, smooth-scrolling, visual-studio, visual-studio-extension
- Language: C#
- Homepage: https://lkytal.github.io/SmoothScroll/
- Size: 1.65 MB
- Stars: 34
- Watchers: 3
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SmoothScroll
[](https://ci.appveyor.com/project/lkytal/smoothscroll)
Smooth Scrolling for the Visual Studio 2013, 2015 and 2017.
Install [Smooth Scrolling](https://marketplace.visualstudio.com/items?itemName=lkytal.SmoothScroll) via Visual Studio market.
## VS2013 and VS2015 version
Install [the special version](SmoothScroll/SmoothScroll_VS2013.vsix).
## Additional features
* Hold shift key to Scroll horizontally.
* Hold Alt key to scroll text view by one page up/down.
Let me know if you have questions or suggestions.
Preview:

## Update Log
* 3.1.4: Fixed Option Page
* 3.1.1: Fixed MPF dependency
* 3.1.0: Fixed load error for VS2017
* 3.0.1: Last version for VS2013 and VS2015
* 3.0.0: Use async package for VS2019
* 2.9.0: Tentatively support VS2019.
* 2.8.4: Tentatively support horizontal mouse wheel.
* 2.8.3: Fix smooth option.
* 2.8.2: Adjust initial duration.
* 2.8.1: Adjust duration.
* 2.8.0: Adjust parameters; Support different speed lever.
* 2.7.0: Performance enhancement.
* 2.6.0: Stop scroll when mouse click; no longer require reopening editor after setting changed.
* 2.5.3: Fix horizontal scroll directing.
* 2.5.2: Silent speed up when beginning.
* 2.5.0: Support for Visual Studio 2017.
* 2.4.0: Adaptive scroll duration.
* 2.3.2: Fixup improper dispose.
* 2.3.1: Better algorithm.
* 2.2.0: Smooth scrolling when horizontally.
* 2.1.1: Refined algorithm.
* 2.1.0: More flexible settings.
* 2.0.5: Fixup for VS2013.
* 2.0.4: First stage fixup for VS2013.
* 2.0.0: Option page and additional features.
* 1.3.0: Experiment support for Visual Studio 15.
* 1.2.0: Scrolling algorithm improved.
* 1.1.0: Scrolling interval changed.
## My other extensions :
- ### [BuiltinCmd](https://marketplace.visualstudio.com/items?itemName=lkytal.BuiltinCmd)
- ### [StatusInfo](https://marketplace.visualstudio.com/items?itemName=lkytal.StatusInfo)
- ### [AutoZoom](https://marketplace.visualstudio.com/items?itemName=lkytal.AutoZoom)
## My HomePage
> [lkytal.github.io](https://lkytal.github.io)
## Acknowledgment
>