Is there a setting in Visual Studio Code that helps showing non-ASCII characters in the editor?
I met compilation errors with such non-ASCII characters hidden in C++ code:
error: stray '\302' in program
Is there a setting in Visual Studio Code that helps showing non-ASCII characters in the editor?
I met compilation errors with such non-ASCII characters hidden in C++ code:
error: stray '\302' in program
Try the Gremlins extension.
It reveals some characters that can be harmful, because they are invisible or looking like legitimate ones. It was inspired by Sublime Gremlins.