Reputation: 2401
I noticed with the new IntelliJ update, that it turns symbols like >= into the actual math greater than or equal to sign, along with arrows (->) and things like that. How do i turn this feature off and just get the raw characters.
Thank you
Upvotes: 2
Views: 1612
Reputation: 271735
It seems like whatever font you are using supports ligatures, and IntelliJ is set to render them too.
To change the settings, first go to "File > Settings" and then select "Editor > Font" tab:
Either:
Upvotes: 7