Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij Turning Characters into actual Symbols

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.

enter image description here

Thank you

like image 362
beastlyCoder Avatar asked Sep 19 '25 17:09

beastlyCoder


1 Answers

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:

enter image description here

Either:

  • select a font that doesn't have ligatures, or;
  • uncheck "Enable font ligatures"
like image 161
Sweeper Avatar answered Sep 21 '25 08:09

Sweeper