Does Visual studio code have smooth scroll ?
If yes please help me.
It would be nice to scroll through long codes with smoother effect.
Does Visual studio code have smooth scroll ?
If yes please help me.
It would be nice to scroll through long codes with smoother effect.
I was also looking for this and found out that they do have an inbuilt setting for this in vscode.
Under Settings > In the search bar, search for "scroll" > Editor: Smooth Scrolling
Those are the defaults, set to
true
for smooth scrolling (second setting only if you need it).Also see smooth scrolling in lists and trees: v1.46 release notes adds this setting:
workbench.list.smoothScrolling
for the explorer, etc.