Live data from Hacker News

FiraCode: Free monospaced font with programming ligatures

github.com

1–10 of 159 posts

Re: FiraCode: Free monospaced font with programming ligatures

#2
To kick start some discussion, I’ve been using FiraCode (with ligatures on) for the last year or so. No complaints, it stays out of the way like a good font should.

I’ll admit I prefer ligatures while working with ML syntax and Lisps, they feel a little wrong(?) when working with C style languages. Is anyone aware of a way to toggle them on a per language basis in vs code?

Re: FiraCode: Free monospaced font with programming ligatures

#3
post #2

To kick start some discussion, I’ve been using FiraCode (with ligatures on) for the last year or so. No complaints, it stays out of the way like a good font should. I’ll admit I prefer ligatures while working with ML syntax and Lisps, they feel a little wrong(?) when working with C style languages. Is anyone aware of a way to toggle them on a per language basis in vs code?

[deleted]

Re: FiraCode: Free monospaced font with programming ligatures

#4
post #2

To kick start some discussion, I’ve been using FiraCode (with ligatures on) for the last year or so. No complaints, it stays out of the way like a good font should. I’ll admit I prefer ligatures while working with ML syntax and Lisps, they feel a little wrong(?) when working with C style languages. Is anyone aware of a way to toggle them on a per language basis in vs code?

You can accomplish this through the settings.

  "[c]": {
      "editor.fontLigatures": true
  },

Re: FiraCode: Free monospaced font with programming ligatures

#7
Of course, this is all very subjective, but I do find Fira Code to be a beautiful coding font. I also appreciate having ligatures in fonts nowadays. Fira Code was my go-to for a long time, but I've come to increasingly use Jetbrains Mono which is available under the same Open Font Licence and is quite similar (although slightly preferable visually to me).

https://www.jetbrains.com/lp/mono/

Post reply on HN