Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fast text scrolling in VS Code

I am testing out Visual Studio Code on macOS, and was wondering if there is a key combination for faster scrolling?

I would need this, for example, to go quickly from an early part of the code to a part towards the end of the file.

e.g. in Emacs when I hold up/down-arrow and hit Ctrl, the scroll speed increases noticeably; VS Code actually stops scrolling with the same command. Cmd+arrow will get me to the start / end of the file, but I could not find a combination that merely speeds things up and nothing in the keyboard shortcuts looked helpful.

Version is 1.21.1.

like image 219
patrick Avatar asked May 08 '18 17:05

patrick


People also ask

How do you scroll faster in VS Code?

Use Ctrl+Mouse Wheel for fast and easy Page Up/Down scrolling.

How do you smooth scroll in VS Code?

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.

How do I scroll down faster?

Use Your Spacebar to Scroll Down (and up) Webpages Faster (December 8, 2020) Using either the scroll bar or the arrow keys to move down a web page can be slow and time consuming. The next time you need to scroll down on a webpage try tapping the spacebar on your keyboard for faster scrolling.

How do I enable Ctrl scroll zoom in VS Code?

View > Appearance > Zoom In (Ctrl+=) - increase the Zoom level.

How to enable reverse scrolling in Visual Studio Code?

Allow reverse scrolling by setting the number of lines to scroll the editor on every scroll to a negative number Extension activated on vscode startup using the "*" activation event. Any VS Code settings through the contributes.configuration extension point.

What is scroll-faster extension in Visual Studio Code?

Visual Studio Code extension "scroll-faster" allows you to scroll the editor up and down faster, by "x" number of lines using keybindings, where "x" can be user defined.

How do I enable fast scrolling in the editor and explorer?

Pressing the Alt key enables fast scrolling in the editor and Explorers. By default, fast scrolling uses a 5X speed multiplier but you can control the multiplier with the Editor: Fast Scroll Sensitivity ( editor.fastScrollSensitivity) setting. Keyboard Shortcut: Shift+Alt+Up or Shift+Alt+Down

Is there a correlation between touchpad gestures and scrolling speed?

When the touchpad gestures fails (that happened 2 times), the scrolling backs to normal, in other words: there is a correlation; I have already decreased to the maximum all the scrolling speed settings, whether in vscode or windows.


1 Answers

Update: Since v1.31 you can now press Alt to enable fast scrolling. It works by activating editor.fastScrollSensitivity.

like image 146
nachocab Avatar answered Sep 27 '22 22:09

nachocab