Since VS Code can automatically update a document when it is changed externally, I would like to scroll down to the last line automatically. I am sure that this function worked on previous versions, but now I did not find the entry in the settings to enable it.
This is useful for monitoring the log file during recording.
Can I enable this feature?
So, for this I created a VS Code extension called autoscrolldown .
The construction of the most expensive world tail -f!
tail -f
You can use key bindings to scroll to the bottom of the file:
{ "command": "workbench.action.terminal.scrollToBottom", "key": "ctrl+end", "when": "terminalFocus" }
CTRL - End
.
Source: https://habr.com/ru/post/1687007/More articles:Any restrictions on platform limitations for wheels on PyPI? - pythonA match if something else is not preceded by something else - regex.NET standard class library referenced in WPF - sign error in XAML during development - c #UITableView добавляет строки и прокручивается вниз - iosIOS: fatal exception: NSRangeException - iosIdris - proof of inductive step - idrisUpdate from JPA 2.1 to JPA 2.2 - javaJenkins Pipeline Multi-Configuration Project - jenkinsShow mdTooltip until clicked, hide when clicked again - javascriptWhy is the EJB bean method not found if it is private? - methodsAll Articles