Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scrolling past the end in IDEA

Is there a way to enable being able to scroll past the last line in IntelliJ IDEA?

It's a nice feature that exists in some editors, as it lets you keep your eyes at the middle of the screen, rather than have to stare at the bottom of it

Is there any way to enable something like this? Either through the standard settings or via plugin?

like image 476
Electric Coffee Avatar asked Apr 19 '16 10:04

Electric Coffee


3 Answers

File -> Settings -> Editor -> General -> Check Show virtual space at file bottom

like image 178
Tobias Timm Avatar answered Nov 16 '22 02:11

Tobias Timm


Mac: IntelliJ IDEA -> Preferences -> Editor -> General -> Check: Show virtual space at file bottom

PC: File -> Settings -> Editor -> Check: Show virtual space at file bottom

like image 11
drpawelo Avatar answered Nov 16 '22 00:11

drpawelo


Short way: You could also hit shift key twice to open menu and write "show virtual space" and then just click on the option to toggle it on/off. enter image description here

like image 3
Hitesh Bisht Avatar answered Nov 16 '22 02:11

Hitesh Bisht