how to see invisible characters in vscode code example
Example: show invisible characters visual studio code
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+shift+i",
"command": "editor.action.toggleRenderWhitespace"
}
]