With the release of Adobe’s Source Code Pro (a typeface that claims to make typing source code more pleasant) I think we should have a thread discussing things that make our day-to-day job as developers a bit smoother. Fonts, settings, themes, the like …
As a starter: I’m using the Solarized Dark theme for my editors and consoles. I find it much less straining to the eye during extended hacking sessions. I am currently using the aforementioned Source Code Pro font on my Windows 7 machine. I’ve got to say that I needed to get used to it at first, but it really helps after a while. On my Fedora notebook I’m making use of the monospaced variant of Google’s Droid fontset. In addition, I am using the infinality freetype patches for improved font rendering (I find that essential with a limited display).
I’m still using… Courrier New even on OS X, I haven’t accustomed to the included Menlo, Andale Mono, or Monaco, which are nice the three of them. And I code on white background, and lowest screen brightness.
I guess the font family is not the only criteria: I find my 13,3" MBP screen is more comfortable (brightness and font smoothness) than my XP’s HP 17". Go figure. (Yes, the HP is obviously older).
I started using netbeans and I changed to phpstorm (I hated that the tab reorder in netbeans is very laggy). I am using right now the Monokai theme, and because of the suggestion made in this topic I changed the font to Consolas (from the default Monaco). I am liking it very much!
qiang, have you tried enabling cleartype and using cleartype-optimized fonts such as Consolas? I’ve spent lots of time without it and when I’ve finally turned it on my eyes felt better.
nkd, and again I don’t see why it’s good when code is on black but panels are still very bright.
Interesting. So if we want to see more of Yii2 before the alpha gets released we just need to trick the core devs into posting more screenshots of their IDEs?
@samdark: I’m using Monaco TTF (it is shipped with Mac OS). My screenshot was taken through RDP, so the font looks very edgy. I was using Consolas before changing to Monaco.
I’ve had a closer look at this Monaco font now. I don’t think I’d want to code with that: For my liking, it has a bizarre scale, effectively wasting more vertical space than needed and making it a bit hard to read.
By the way, there is a nice round-up of coding fonts over at codinghorror.com.