Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display of => and == operators in Visual Studio 2022

In Visual Studio 2022, some operators like == and => are shown in a special way:

enter image description here

I'd rather turn that off but I haven't found a way to do it.

like image 676
Stefan Avatar asked Sep 06 '25 03:09

Stefan


2 Answers

You can change from Cascadia Code to Cascadia Mono. This font doesn't support ligatures

like image 79
Aarnihauta Avatar answered Sep 08 '25 00:09

Aarnihauta


As people in the comments have pointed out, the only way to get rid of the ligatures is to select a font that does not have it, like Consolas.

like image 42
Stefan Avatar answered Sep 07 '25 22:09

Stefan