I had to reinstall everything on my computer including Visual Studio, my question is, before I reinstalled Visual Studio was showing the code on my C# programs in a method using Unicode operators for example:
if (1 ≠ 2) {
}
instead of
if (1 != 2) {
}
However upon reinstalling Visual Studio they've reverted back to the text format, does anyone know what setting I need to enable to get them to show as the Unicode versions?
Any help you could give would be massively appreciated.
You just need to install a font that includes programming ligatures, and then to tell VS to use that font. I believe Fira Code is currently the most complete programming font.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With