DEV Community

Discussion on: What's an awesome VS Code extension you recently installed?

Collapse
 
nickytonline profile image
Nick Taylor

Just add this to your VS Code settings:

"editor.renderWhitespace": "all",
Collapse
 
hugoliconv profile image
Hugo

Thanks, it worked! but it shows dots instead of arrows

Thread Thread
 
nickytonline profile image
Nick Taylor

I believe dots are for spaces and tabs are represented by arrows. But it also might be my theme choosing to style it that way.