[closed] [help] what font do you use in your code editor/IDE?
I'm looking for a good on the eyes font that suport a feel special characters like ç, ã and í. It also need to have a easy difference between 0/O and I/l. Sorry if this is not the best place to ask this.
Edit: thank you everyone for the answers, i will use fira code on my terminal and intel one mono on my text editor.
Thanks, it not just looks like what i wanted but it has a bunch of cool things that will look great not just on my text editor but on my terminal too, i will install it once i get home
This is a great tool. I landed on Jetbrains mono with Ubuntu mono in second place. I've been using the latter for many years so it's interesting to find something I like better.
Look like you can enable slashed zero via stylistic set in cascadia code
EDIT: Why tf did I get a downvote? It's literary in the README on the GitHub page linked!
Delugia Code. Which is just Cascadia Code merged with Nerd Fonts. Useful for terminals. One could also just get the Nerd font patched with Cascadia Code, they are almost the same.
Really liked too, i just don't know where is the perfect place to use it yet, this thread gave too many good font's and i want to have a place for them too
I've been looking on the hack family too, i even installed a feel but for some reason it always feels like there's something missing and i don't know why, but thank you for the reply the hack fonts are a solid choice
One that I haven't seen here is Operator Mono. I use it everywhere I need monospaced fonts. It's paid, but since I don't need another font ever, it's worth it.
👈😎👈 a lemming of culture, I see. I too use Comic Code!
Fantastic Sans Mono (they spell fantastic weird and I don't feel like checking it) is a free alternative for folks who want to try the hand written monospaced look without paying.
You're not taking away from someone by using it. If anything, you're helping to normalize it for those that may need it more. I find it super useful. I discovered it when I saw it as a font on my Kindle. I was like.. is there a mono version?
I use it too. I've also been curious if I have dyslexia recently. I took some online quiz meant to be a first step to see if you should ask your doctor but it seemed outdated. It used questions like how many newspapers and magazines do you read.
Since nobody has mentioned yet: I use a proportional font (Go Regular) for programming.
It's weird at first but it's a pretty interesting exercise.
There's an interesting write up about using non-monospaced font on the Input font website.
Not sure I can get behind this one. This is a quote from the write up you linked and while I agree these comments are dumb, a “don’t use this because our font won’t support it or a no it’s the editors that are wrong and should change” approach feel ridiculous.
Sometimes programmers rely on the monospaced grid to create a second column of values or comments on the right side of the page. It’s true, these secondary columns won’t align in a proportionally spaced font. But why are we making these columns in the first place? Even in a monospaced font they can be finnicky and hard to maintain.
In virtually every other form of typography, the responsibility of alignment is given to the typesetting application, not the font. If source code editors can highlight syntax, they could also interpret tabs and syntax to create true, adjustable columns of text.
Haha yes agreed! That’s why, for me, it’s an interesting exercise. As someone somewhat into typesetting it forced me to think about type properties that I never really thought about before.
It's not about alignment - tabs work in any decent editor. I just think it's easier to read fonts that are a little more spread out especially with operators.