Is it possible to show whitespace characters, like the space character, in Visual Studio Code?
There doesn\'t appear to be an option for it in the settings.js
settings.js
Just to demonstrate the changes that editor.renderWhitespace : none||boundary||all will do to your VSCode I added this screenshot: .
editor.renderWhitespace : none||boundary||all
Where Tab are → and Spaceare .
→
.