Visual Studio Code 里面怎么显示空格,换行符,制表符,等这些特殊字符和控制字符? 该如何设置?
想要如下图的效果:
1
xupefei 2017-10-31 22:01:24 +08:00
// Controls how the editor should render whitespace characters, possibilities are 'none', 'boundary', and 'all'. The 'boundary' option does not render single spaces between words.
"editor.renderWhitespace": "none", |