Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm scrolling down like SublimeText

I started using PyCharm again and I am missing this perfect scrolling from Sublime Text where you can scroll down so much that the last lines of code are in the middle (or even top) of the screen. Is it somehow possible in PyCharm? I can only simulate it by adding many blank lines at the end of file.

like image 704
misoK Avatar asked Nov 27 '15 11:11

misoK


Video Answer


2 Answers

Have you tried this? It seems to allow what you are describing:

Settings -> Editor -> Virtual Space -> Show virtual space at file bottom

like image 170
warren Avatar answered Oct 06 '22 20:10

warren


If you are finding it hard to find the 'Virtual Space' option to make it possible to scroll past the end, make sure to try typing it into the search box at the top of the settings window

like image 40
Joseph Smith Avatar answered Oct 06 '22 20:10

Joseph Smith