I do not understand why someone would like to have ligatures in code. And it looks like I am not alone: https://practicaltypography.com/ligatures-in-programming-fon...
FiraCode: Free monospaced font with programming ligatures
21–30 of 159 posts
Re: FiraCode: Free monospaced font with programming ligatures
#22Re: FiraCode: Free monospaced font with programming ligatures
#23Re: FiraCode: Free monospaced font with programming ligatures
#24One of my 2 favourite fonts. I constantly switch between Fira Code and Iosevka. I just wish Fira Code had an Extra Light option, sometimes, depending on the terminal/OS I find Fira Code too chunky.
https://github.com/be5invis/Iosevka/blob/main/doc/stylistic-...
Re: FiraCode: Free monospaced font with programming ligatures
#25Re: FiraCode: Free monospaced font with programming ligatures
#26I do not understand why someone would like to have ligatures in code. And it looks like I am not alone: https://practicaltypography.com/ligatures-in-programming-fon...
The link you shared aside, I'd be genuinely interested in hearing your own personal opinion why ligatures are bad in coding fonts.
Re: FiraCode: Free monospaced font with programming ligatures
#27IMHO coding really needs a simple monospaced font. I use Input Mpno with a slightly squashed horizontal spacing, and an almost overlapping vertical spacing.
Re: FiraCode: Free monospaced font with programming ligatures
#28Re: FiraCode: Free monospaced font with programming ligatures
#29Ligatures, IMO, make for a bad coding editor experience. No, I do not want >> parsed as a right shift when it's actually used as two adjacent template delimiters. And no, I'm not okay with the inconsistency that results from the usage of different operators from one programming language to another. Want to change a != to a == operator? Enjoy futzing with placing the cursor properly. It's a cute idea, but I found it m…