Answers for "how to enable smooth scrolling in vscode"

1

how to enable smooth scrolling in vscode

You can search for smooth scrolling in the settings UI.

OR 

In settings (JSON) file,

Write :

"editor.smoothScrolling": true,
Posted by: Guest on August-18-2021

Browse Popular Code Answers by Language