vscode-highlight-bad-chars
vscode-highlight-bad-chars copied to clipboard
Extension to highlight bad characters such as No-break space ( ) and the Greek question mark (;) in your source files.
In large documents, its hard to find all bad charaters by reading the red highlighted bad chars. It will be handy if the problem lines are listed in the PROBLEMS...
This is a question for: ```json "highlight-bad-chars.badCharDecorationStyle": { "cursor": "square", "backgroundColor": "rgba(255,0,0,0.3)", "borderWidth": "1px", "borderStyle": "solid", "borderColor": "rgba(255,0,0,0.6)" }, ``` What are acceptable values for "cursor" beyond "square"?
VSCode now has [built-in support](https://code.visualstudio.com/updates/v1_63#_unicode-highlighting) for detecting "bad" characters. Is this extension obsolete, or does it offer more features? I've been using it for a while and unsure whether to...
This PR adds the bad characters to the problem pane. I hope you'll find it useful. There are some bugs that I don't have the time to fix right now...
Is it possible, as other extensions do (e.g., Spell Right), to mark error lines with badges in the right vertical slider? The small red mark helps immensely to find where...
Is it possible to make this plugin output bad characters to the built in VSCode problems window? The little warning triangle / exclamation mark in the bottom left. This would...
I switched to vscode with the python extension from jupyter notebooks because for some reason I often had Unicode Character 'ZERO WIDTH SPACE' (U+200B) in my code. This extension does...
I'm a [VS Codium](https://github.com/VSCodium/vscodium) user, a FLOSS version of VS Code, it's the same code but without the Microsoft's telemetry and branding. I want to request if possible to add...