One of my students showed me "overscroll" in VSCode recently, and it seems like a nice feature. Specifically, it allows you to scroll an editor window down until the bottom line of the buffer is about halfway up the screen. This avoids having to put a bunch of newlines at the bottom of a buffer to achieve the same effect. I've also been frustrated recently by type errors that sometimes pop up and down, moving or hiding the text that I'm working on.
Is this a feature that others think is worth working on?