vscode-gremlins icon indicating copy to clipboard operation
vscode-gremlins copied to clipboard

Add all zero-width characters

Open varkor opened this issue 6 years ago • 2 comments

In general, it seems that zero-width characters are a mistake (e.g. https://github.com/nhoizey/vscode-gremlins/issues/13). I recently had an issue with U+0001. It would be nice if all these characters were highlighted, rather than a select few.

varkor avatar May 22 '18 10:05 varkor

+1. Just ran into some stray variation selector (https://graphemica.com/FE0F) in JS string literal.


(Found it quite easily thanks another ext: Unicode code point of current character, but the murky feeling this otherwise trusted anti-gremlin ext let me down prevails.)

myfonj avatar Feb 12 '19 12:02 myfonj

@varkor @myfonj hello, sorry for the very late answer, trying to catch up on all opened issues.

These would be useful indeed, but I would like to make Gremlins easily configurable before, so that people have the opportunity to decide which characters to look for.

nhoizey avatar Apr 15 '19 11:04 nhoizey