Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic scoll down on document refresh (VS Code)

Since VS Code can auto-refresh a document when it is changed from outside, I would like to scroll down to the last line automatically. I'm sure this feature worked on previous versions but now I found no entry in settings to enable it.

It is helpful in order to monitor a log file while been write.

Is there any way to enable this feature?

like image 470
Gioele Avatar asked Oct 06 '17 07:10

Gioele


People also ask

How do you refresh a project in VS Code?

To refresh the currently active viewChoose Refresh from the Window menu, or click the Refresh button in the toolbar.

What is enable sticky scroll VS Code?

Enable sticky scroll with the editor. experimental. stickyScroll. enabled setting.

Why F5 is not working in VS Code?

The reason for not showing up the Extension Development Host window by pressing F5 in the first place is because my VS code workspace is not inside the project directory. The project directory contains the setup for launching the Extension Development Host window in launch.


1 Answers

Auto Scroll extension does this.

like image 132
ovgolovin Avatar answered Oct 21 '22 16:10

ovgolovin