Am wondering how to setup the ≠ in IntelliJ IDEA. ...
# getting-started
u
Am wondering how to setup the ≠ in IntelliJ IDEA. I downloaded the following Fonts: Hasklig and Monoid… Have FiraCode already installed. When I do this in my Kotlin code !=, how to turn that into ≠ ?
🤔 1
b
Go into Preferences / Settings for IDEA. Open Editor > Font Check Enable font ligatures Open Editor > Color Scheme > Color Scheme Font Check Enable font ligatures Open Editor > Color Scheme > Console Font Check Enable font ligatures
n
on linux i found i had to use intellij-jdk to get some font perfromance gains (and make the ligature option available)
1
🐧 1