sublimetext3sublimetextsublimetext4

how to get a empty space at the end of the code in Sublime Text?


In Sublime Text I don't have blank space at the end of the code and I'm sad because it's really cool. do you know if there is a way to get it naturally, without entering 15 empty lines at the end ? a lot of useless rows after the code cozy empty space

I tried searching on google and on Stackoverflow "sublime blank/empty space text at end of code" and more variations but couldn't find anything on the subject I looked in the settings if there was a simple variable to get it but didn't find anything about it.


Solution

  • You can scroll past the last line in a file by adding the following line to your user settings:

        "scroll_past_end": true,