is there a way to adjust the speed at which the code scrolls when highlighting using the cursor? If I need to highlight more code than I see in the normal view I will usually use my mouse to highlight from the top and move it down to the bottom.
In other text editors the code will scroll up and the highlighting continue at a reasonable pace.
In VS Code if you do this it will speed up incredibly fast, leading me to many times reach the end of the code. This is in the matter of pixels. Is there any way to adjust this speed?
Update November 2020 VS Code has been updated and its settings UI also has changed. So to enable smooth scrolling in VS Code. Go to settings and just search smooth you can just enable this setting to enable smooth scrolling.
For moving the text right and left you can use TAB key: TAB move the selected text right. SHIFT + TAB move the selected text left.
This is an active bug, as reported here. The quick fix is to add the following to your user settings:
"editor.smoothScrolling": true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With