英文:
how to get a empty space at the end of the code in Sublime Text?
问题
在Sublime Text中,我在代码末尾没有空白空间,我感到有点难过,因为那真的很酷。你知道是否有一种自然而然的方法来获得它,而不是在末尾输入15行空行吗?
我在Google和Stackoverflow上搜索了“sublime blank/empty space text at end of code”等各种变体,但在这个主题上什么都找不到。我查看了设置,看是否有一个简单的变量可以得到它,但没有找到任何相关信息。
英文:
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.
答案1
得分: 1
"scroll_past_end": true,
英文:
You can scroll past the last line in a file by adding the following line to your user settings:
"scroll_past_end": true,
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论