标签: sublimetext3 whitespace sublimetext
我想查看Sublime Text 3中的空格字符,但单词之间的空格除外。
例如,在VS Code中,可以通过设置"editor.renderWhitespace": "boundary"启用它,如下所示:
"editor.renderWhitespace": "boundary"
我知道内置的ST3设置"draw_white_space": "all/none/selection"不能满足我的要求。我已经尝试了Highlight Whitespaces软件包,该软件包几乎可以满足我的要求-但我不想只突出显示空格,而是想查看“点”以显示“不可见”的空格字符。
"draw_white_space": "all/none/selection"