This extension provides auto scroll to the end of files when files have been changes outside of vs code. Something can be helpful in watching log files.
In the .log
file this extension is enabled and in other files, you need press F1
and type Enable Auto Scroll
command to enable it.
In the status bar, you can activate or deactivate auto scrolling. it always shows you end of the file.
For better log viewing you can install
https://marketplace.visualstudio.com/items?itemName=emilast.LogFileHighlighter
This extension contributes the following settings:
autoScroll.enable
: enable/disable this extensionautoScroll.toggle
: toggle enable/disable
- Add setting for change last line position on scrolling
- Fix Active pane autoscrolled, not the pane that changed by @sperry94.
- Fix not scrolling to end of file right after open it
- auto scroll to end of file when it changes outside of vs code