Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show escape characters in Visual Studio Code

Is there a way to show escape characters (like "new line") in Visual Studio Code?

I was used to write code in Atom and it's feature of displaying whitespace characters automatically show this type of chars:

Whitespace chars in Atom

I'm already using the "editor.renderWhitespace : true" setting in VS Code, but it only shows me the space characters.

Thanks!

like image 907
Bruno Silvano Avatar asked Aug 14 '26 12:08

Bruno Silvano


1 Answers

v1.3.0 does not implement this feature.

Here is the request

These settings are available in workspace settings:

    "editor.renderWhitespace": true,
    "editor.renderControlCharacters": true,
like image 152
Eric Bole-Feysot Avatar answered Aug 16 '26 07:08

Eric Bole-Feysot



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!