在Visual Studio代码中显示转义字符

时间:2016-07-09 14:57:35

标签: visual-studio-code

有没有办法在Visual Studio代码中显示转义字符(如“新行”)?

我习惯在Atom中编写代码,显示空格字符的功能会自动显示这种类型的字符:

Whitespace chars in Atom

我已经在VS Code中使用了“editor.renderWhitespace:true”设置,但它只显示了空格字符。

谢谢!

1 个答案:

答案 0 :(得分:9)

v1.3.0未实现此功能。

以下是request

这些设置在工作区设置中可用:

    "editor.renderWhitespace": true,
    "editor.renderControlCharacters": true,