chinnawatp
chinnawatp

Reputation: 1530

How to toggle-off blank space at the bottom of editor in Visual Studio Code

I have a problem when scrolling to the last line of code because there is a huge space at the bottom of page. Does anyone know how to toggle-off?

I googled and found that The Visual Studio Team will not fix this(https://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/3400674-allow-users-to-toggle-off-blank-space-at-the-botto). Any workaround?

Thank you

enter image description here

Upvotes: 45

Views: 6179

Answers (1)

Rob Lourens
Rob Lourens

Reputation: 16089

In settings, set "editor.scrollBeyondLastLine": false

Upvotes: 99

Related Questions