I have seen some engineers add something to make JetBrains IDEs (such as IntelliJ, PhpStorm, GoLand, etc) replace conditional operators such as !=
, ==
, >=
and <=
with some fancy representation like ≠, ≥, ≤, etc
However in recent versions it seems that this may now be the default behavior.
I personally do not care for it and want to know how to disable it but didn't know what to search for.