fontsideligature

Alternative to FiraCode for coding purposes


I've looked for improving my coding experience and read blogs about ligatures like this one. While interesting as a concept, all the resources I've found are about FiraCode. The impression I've got is that it's de facto standard and virtually the only font available for ligaturing in coding context.

The problem is that I find it a bit unpleasant for the eyes. It's tightened up compared to my beloved Consolas. Probably, what's so appealing is the monospace style of it, which doesn't need to collide with the ligatures. I'd like to see an extension to Consolas (or similar) that substitutes all the characters for ligatures only on the arrows, comparers etc.

Is there such a thing or did I google it right, not finding jack?


Solution

    1. Download this file https://github.com/somq/consolas-ligaturized/blob/master/Consolas-FiraCode_v2/Consolasligaturizedv2.ttf?raw=true
    2. Double Click on the file and press "Install"(Windows) or "Install Font"(Mac)
    3. In your fonts folder it will appear as "Consolas Ligaturized Regular" enter image description here
    4. Change the font family in VSCode to "Consolas Ligaturized Regular" if you are using Windows, "Consolas Ligaturized" is sufficent if you are using Mac

    Windows

    enter image description here

    Mac

    enter image description here

    1. Turn on Ligatures enter image description here

    Result

    enter image description here

    Update 20/07/01

    Fixed broken link. Thanks MountainDrew for pointing out