Better Readability VS Code Extension Pack
Ever wanted to be a superhero? You will see the invisible
Collection of extensions to improve readability
Screenshot
With
Without
VS Code Config
In addition to this extension, it is recommended to set the VSCode options to:
display all white spaces by setting editor.renderWhitespace to all
{
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all"
}
color the corresponding brackets by setting editor.bracketPairColorization.enabled to true
{
"editor.bracketPairColorization.enabled": true
}
Want to see more extension added?
Open a MR or an issue and i will to take a look
| |