Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>autoscrolldownNew to Visual Studio Code? Get it now.
autoscrolldown

autoscrolldown

foxx1337

|
11,597 installs
| (4) | Free
Keeps externally modified files scrolled to the last line.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

autoscrolldown README

This Visual Studio Code extension automatically scrolls externally modified files to the end. By default, Code just reloads these files; with autoscrolldown they also scroll to the last line if certain conditions are met.

Features

Simply enable the autoscrolldown settings in the config or run the command.

An example of how the command performs:

autoscroll example

You'll know the feature is active when you see the "arrow-down" indicator in the status bar:

autoscroll indicator

Depending on the onlyWhenAtEnd setting, sometimes it's necessary to be at the very end of the buffer for the indicator to appear and the extension to do its job.

Requirements

Visual Studio Code newer than 1.58.0.

Extension Settings

This extension contributes the following settings:

  • autoscrolldown.allFiles: all files scroll automatically to the end when modified externally
  • autoscrolldown.onlyWhenAtEnd: scrolling happens only if the cursor was already in the last position within the file
  • autoscrolldown.alsoAutoscrollActive: if Code has focus and the current buffer meets the requirements to be autoscrolled, scroll it. This setting might lead to confusion while editing a file, as it might move things around.

There is also one command available, useful when autoscrolldown.allFiles is turned off:

  • autoscrolldown: Toggle autoscroll To End For Current File

Known Issues

None yet.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft