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
Show whitespace characters in Visual Studio Code
change the setting.json, by adding the following codes!
// Place your settings in this file to overwrite default and user settings. { "editor.renderWhitespace": "all" }
just like this! (PS: there is no "true" option!, even it also works.)