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:

I'm already using the "editor.renderWhitespace : true" setting in VS Code, but it only shows me the space characters.
Thanks!
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,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With