I had to reinstall everything on my computer, including Visual Studio, to my question, before I reinstall Visual Studio, the code on my C # programs was shown in a method using Unicode operators, for example:
if (1 ≠ 2) { }
instead
if (1 != 2) { }
However, after reinstalling Visual Studio, they returned to the text format, does anyone know which parameter I need to enable in order to show them as Unicode versions?
Any help you could give would be greatly appreciated.
c # unicode visual-studio-2017
Daniel_H
source share