Feature request: Smooth Scroll
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
Before use vscode i use neo-vim,plug with psliwka/vim-smoothie.
I was very disappointed when I scrolled up and down. I not smooth.
Describe the solution you'd like
Have setting to smooth scroll like psliwka/vim-smoothie
Describe alternatives you've considered
I've tried to enabled vscode smooth scroll but not working with vim extendion.
Additional context
Example Github Psliwka vim-smoothie

| vim-smoothie | [sexy_scroller.vim] | [comfortable-motion.vim] | [vim-smooth-scroll] | |
|---|---|---|---|---|
| Supported commands | All window scrolling commands (^D ^U ^F ^B zz zt zb etc.), gg1 G1 |
Almost all window and cursor movement commands ❤️ | ^D ^U ^F ^B |
^D ^U ^F ^B |
| Erratic screen jumps and jittering now and then | Nope | A lot💔 | Nope | Nope |
| Scrolling distance is proportional to window height | ✅ | ✅ | ❌ | ✅ |
| Easing out (soft-stop) | ✅ | ✅ | ✅ | ❌ |
Supports setting [count] before movement (f.ex. 3^F to scroll down 3 pages) |
✅ | ✅ | ❌ | ❌ |
Respects scroll and startofline options |
✅ | ✅ | ❌ | ❌ |
^D and ^U behave correctly near buffer ends, just moving the cursor instead of scrolling the window |
✅ | ✅ | ❌ | ❌ |
| Terminal bell support | ✅ | ✅ | ❌ | ❌ |
| Pun in name | ✅ | ✅ | ❌ | ❌ |
Credit: Github Psliwka vim-smoothie
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the requested behavior with the linked vim-smoothie example and its supported scrolling commands. Then locate VSCodeVim's handling of commands such as ^D, ^U, ^F, ^B, gg, and G. Done means smooth scrolling is configurable, works with the Vim extension, and covers the requested movement behavior without disrupting existing scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100