Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enabling auto scroll in Visual Studio Code

Is there any way that we can enable auto scroll in Visual Studio Code? I have been looking in the settings but could not find anything(unless i missed something).

I am reviewing a log file and as it gets updated, its refreshed on my side. But it is not showing the latest logs but just stays where my cursor was and highlights everything that gets populated after that.

like image 300
King of the North Avatar asked Mar 07 '18 14:03

King of the North


1 Answers

Had the same problem but did not find a setting within VS Code.

However there is an extension for VS Code:

https://marketplace.visualstudio.com/items?itemName=pejmannikram.vscode-auto-scroll

Works quite well for me.

like image 58
Markus Avatar answered Sep 23 '22 01:09

Markus