misoK
misoK

Reputation: 465

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.

Upvotes: 15

Views: 1923

Answers (3)

Roman Gusiev
Roman Gusiev

Reputation: 412

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.

Upvotes: 0

Joseph Smith
Joseph Smith

Reputation: 128

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

Upvotes: 1

warren
warren

Reputation: 476

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

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

Upvotes: 17

Related Questions