-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show other invisible characters with renderWhitespace option #2878
Comments
Is it possible to render not printable characters? |
I just waisted 20m debugging a url problem because I had a Unicode Decimal Code preceding my absolute url causing it to be treated as a relative path. Please allow us to enable rendering of these weird characters that no programmer ever wants in their code. |
+all other non-graphical code points. Example: Result: Background. The source-code contains syntax error => important to be able to show invisible characters in a code editor. In general, it may be useful to have an option to display Unicode-formatting characters in text file, if used explicitly in doc comments. Formatting characters may also be accidental garbage when pasting text from a webbrowser. Even the BOM-character could be shown as invisible character for full transparency. |
This has been implemented in the meantime --> https://code.visualstudio.com/updates/v1_63#_unicode-highlighting |
@alexdima I'm on 1.75.0-insider with |
just in case atom also render CR, EOL characters
0-31 and 127 ASCII code are non-printable characters
also #2085 is related
The text was updated successfully, but these errors were encountered: