Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scrolling Past The Bottom In Android Studio?

In Android Studio, when I'm typing new code, I'm always at the bottom of the file. This means I'm always staring at the bottom of my screen when I type, which is really annoying. Is there a way to configure Android Studio t scroll past the bottom of the file, so the last line can be at the centre of the screen? There's a question about the same topic for Eclipse here, to which the answer is no. Just wondering if this is possible in Android Studio? I currently just type ~50 new lines at the end of every file I create before coding, but that's just so inelegant.

like image 358
Tan Wang Avatar asked Jul 24 '16 18:07

Tan Wang


1 Answers

File>Settings>Editor>General

Under Virtual Space section, check "Show virtual space at file bottom"

Or File>Settings and then search "virtual" in the search box to find the setting.

like image 141
MRSharff Avatar answered Oct 11 '22 20:10

MRSharff