在Sublime Text中如何在代码末尾获取一个空格?

huangapple go评论45阅读模式
英文:

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,

huangapple
  • 本文由 发表于 2023年3月9日 22:26:56
  • 转载请务必保留本文链接:https://go.coder-hub.com/75685912.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定