【发布时间】:2016-10-16 12:53:08
【问题描述】:
【问题讨论】:
标签: text editor sublimetext3 sublimetext
【问题讨论】:
标签: text editor sublimetext3 sublimetext
设置word_wrap 控制这个:
// Disables horizontal scrolling if enabled.
// May be set to true, false, or "auto", where it will be disabled for
// source code, and otherwise enabled.
"word_wrap": "auto",
默认值为auto,如下所示。如果您将此添加到您自己的设置中并将其设置为true,它将为您换行,
【讨论】:
如果您只想为当前视图(您正在编辑的当前文件)激活自动换行,只需转到view -> word wrap
万一你不知道你必须在哪里添加设置,它在你的设置文件中,你可以通过去Preferences -> Settings - User打开它,然后在括号之间添加它(它是json )
马特
【讨论】: