Visualize the Unicode Character U+00A0 (no-brake space) #277
Unanswered
fermiongithub
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In HTML files I would like to use the unicode character U+00A0 (no-brake space) instead of the named entity " ".
For better readability of the source code.
But of course, this invisible character must be made visible by color. And it must be clearly and easily distinguished from the normal whitespace character.
I was thinking of a visualization with a background color, so that a small rectangle becomes visible.
Is this possible with brackets?
I have found this extension:
https://github.com/DennisKehrig/brackets-show-whitespace/blob/master/main.js
But it is not clear to me how and if you can achieve the goal with this.
A short test of that extension in brackets shows that by default a normal space is visualized with a gray dot and the no-break space does not get any color.
Thanks for your help : )
Beta Was this translation helpful? Give feedback.
All reactions