-
Notifications
You must be signed in to change notification settings - Fork 0
IntelliJ products instructions
Proper support for ligatures was added in 2016.2 (incl. font compatibility & better performance). Enable in Settings
→ Editor
→ Colors & Fonts
→ Font
→ Enable Font Ligatures
If you see something like that
Open cmd.exe
, cd C:\Windows\Fonts
and then del
every file that looks like FiraCode-Regular_**.ttf
. NB these files are invisible if you open Fonts
in Explorer
Issue: https://youtrack.jetbrains.com/issue/IDEA-159901
This should work for Fira Code 1.102 and IntelliJ products v. 15 and later (IDEA, PhpStorm, PyCharm, RubyMine, WebStorm, AppCode, CLion, DataGrip):
- Create
idea.properties
file (see how and where) - Add this:
editor.enable.optional.ligatures=true
- Restart your IDE
NOTE: IDEA support of ligatures is considered experimental. E.g. scroll performance may be very slow. It has been reported here
NOTE: There’s an issue on OS X when Fira Code Light is used instead of Regular weigth by default (discussion). To work around that, do not install Light weight at all. (this is fixed in latest 16 EAP) Also, installing TTF as opposed to OTF renders better with IntelliJ on the Mac.
NOTE: For latest EAPs of JetBrains products, that file doesn’t matter without setting preference:
Editor
→Font
→Enable Font Ligatures