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.
Asked
Active
Viewed 1,552 times
3 Answers
15
Have you tried this? It seems to allow what you are describing:
Settings -> Editor -> Virtual Space -> Show virtual space at file bottom

warren
- 446
- 6
- 12
-
Thank you. I overlooked this feature when searching in PyCharm since it's called *virtual space* instead of overscroll or *scroll_past_end* like Sublime. – Taylor D. Edmiston Jun 06 '19 at 19:19
1
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

Joseph Smith
- 128
- 1
- 2
- 6
0
From the main menu on my mac:
PyCharm -> Editor -> General -> Virtual Space -> Show virtual space at file bottom
Or as suggested, just type Virtual space in the search box at the top of the Preferences window.

Roman Gusiev
- 382
- 3
- 12