Monospaced Programming Fonts with Ligatures
11–20 of 246 posts
Re: Monospaced Programming Fonts with Ligatures
#12I'm not sure that ligatures would be an improvement for legibility or editing code.
Re: Monospaced Programming Fonts with Ligatures
#13Re: Monospaced Programming Fonts with Ligatures
#14It slightly alters the monospacing which would drive me batty when coding, but cool idea. Especially for displaying code like in a blog post or other non-interactive use.
In my experience using Fira Code with VS, VS Code, and Konsole, the monospacing isn't a problem. The ligatures are designed so that they fill up the same width as the original characters. My opinion might be biased by a heavy math background, but I like that e.g. "less than or equal" now looks the same as the way I write it on paper, and I don't find myself spending any time thinking about what that symbol means. I'l…
Re: Monospaced Programming Fonts with Ligatures
#15My font right now is Iosevka: https://be5invis.github.io/Iosevka/ A font generated from its source code. You can build your own variant. It has ligatures as well.
I like that it’s not as wide as many other monospace fonts.
Re: Monospaced Programming Fonts with Ligatures
#16I really like the giant, triple-line === ligature for JS in Fira Code. Makes it super-obvious when you are doing strict vs sloppy equality checks.
Re: Monospaced Programming Fonts with Ligatures
#17Did anyone experience the same in the begging and grew to actually like these fonts or was it always a "love at first sight" experience for you that use them?
Re: Monospaced Programming Fonts with Ligatures
#18My only real concern is that it makes 0x123 look like 0×123. Otherwise, pretty cool.
Re: Monospaced Programming Fonts with Ligatures
#19Is there any good terminal app that supports ligatures? I tried konsole, but the font looked like it wasn't getting any anti-aliasing and was harder to read as a result.
I love terminator, but it doesn't support ligatures.
What do you use?
Re: Monospaced Programming Fonts with Ligatures
#20Earlier quoted context omitted.
In my experience using Fira Code with VS, VS Code, and Konsole, the monospacing isn't a problem. The ligatures are designed so that they fill up the same width as the original characters. My opinion might be biased by a heavy math background, but I like that e.g. "less than or equal" now looks the same as the way I write it on paper, and I don't find myself spending any time thinking about what that symbol means. I'l…
In the GIF, you can see the other characters earlier in the ligature shifting around when a character is added or removed to complete or undo the ligature. That would just bother me.
I think the slight improvement in visual clarity when reading the ligatures makes up for the slight noise when writing them, but it's definitely a personal preference.