Spyke
programming·ProgrammingbyDrew Belloc

[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.

View original on programming.dev

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

3
lemmyvorereply
feddit.nl

I would try it, if I didn't get a page-sized ad for another app, with no apparent way to make it go away...

8

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.

1

I've take a quick look on my phone and it looks great, even if i use something elso on my editor i will use it on my terminal

2
programming.dev

I've used this one before, but i don't really like how the zero looks like, i prefer with a "/" inside, but thank you

3
stepanreply
lemmy.fmhy.ml

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!

6
emptyotherreply
lemmy.world

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.

1
emptyotherreply
lemmy.world

I might be wrong but I thought the official version only had "Powerline with extra symbols". Not Font Awesome, Material Design Icons, Weather, Devicons, Octicons, Font Logos, Pomicons, or Codeicons?

2

I agree, that's why sometimes is hard to find a good one, i passed a few hours last night trying a lot of them, this thread helped a lot

1

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

1
feddit.de

I like the Hack Font family. Doesn't have any problems with 0/O or I/l and displays äöüß fine for me

5

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

1

Ubuntu Mono.

I think it has support for most special characters, but some of the weirder symbols aren't there like a handful of IPA characters or emojis.

But you can always get backup fonts on your system just in case

3

Ubuntu mono is a decent general porpuse font, but not really what i want to use for coding, but thank you

1

👈😎👈 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.

4

It's the kind of font that i would use in some games or comics, but i don't really like it for coding

1
programming.dev

I really like it too, is bizarre but in a cool way, i'm not going to have it on my terminal, but it looks good on emacs

1
feddit.nl

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.

3
programming.dev

I love the idea of dyslexic fonts but even than i always feel strange using than, maybe because i'm not dyslexic

1
jgrimreply
discuss.online

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?

1
programming.dev

I believe that i've seen it in a wolfgang channel video, and i hope that fonts like that start to be installed by default for those who need it

2

Yes, agree. That's why I think everyone should use them more. They're super helpful for all. I can make my font smaller and see just as well. If more people demand something like this then those that need it will have it.

2
kbin.social

Comic code, I even paid for it. I find in easier to read. Maybe I'm dyslexic but have never been diagnosed or anything

2

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.

1

I've seen a lot of people talking on how easy to read it is, but i don't like much this kind of font for coding

1
programming.dev

Dina , it's a bitmap font and there's a TTF version as well.

It's one of those things where I'm just used to it I think. The bitmap is sharp and everything else I've tried feels blurry or heavy.

2
lemm.ee

Highly recommend Menlo or Meslo LG S (An enhanced open source version of Menlo).

1

Outside of the "i" i liked how Meslo LG S looks, i think i've seen it been used in a game, but i can't remember which game was

2
lemmy.sdf.org

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.

1
Radiumreply
sh.itjust.works

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.

4

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.

1

I just don't see how this:

^(https?://)?([\da-z.-]+).([a-z.]{2,6})([/\w .-])/?$

Is easier to read than this:

^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$

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.

1

been using proggy for ever. might be time to try something new, lots of goot suggestions in here.

1

I liked that there is a version with a cut on z and 7, and the original pixelated version would be good in a game

1