Is your IDE hot or not?

Started by
24 comments, last by Liza Shulyayeva 9 years, 10 months ago
I use vim for everything. I don't care for colors/fonts very much. The only thing that I need (apart from not using obvious stuff like striking red background) is clear distinction, comments not being too striking and some monospaced font.
Advertisement

VS2013. I changed the text background color to {225,225,225}, but otherwise left everything else the same as the light theme. The slightly gray background temendously decreases eye strain.

I don't care a big deal about font as long as it's monospace and not stylized. (I don't want to read code in Old English!) I care a lot more about the colors than the actual fonts.

My editor of choice is Visual Studio 2013 with the dark theme and most default settings. The only change I made was making the XML doc comments another color, and the XML tags within them very dim so when I read the comments I'm not distracted by the XML formatting. I'm a library writer so I write a lot of XML doc in order to produce a clean API reference.

Other IDEs I use, I don't use them nearly enough to customize them. I use Qt Creator for Linux-specific code, but I try to write code standard enough to not have to do that in the first place. I only ever use Xcode and Eclipse when writing and debugging OSX/iOS or Android specific code, otherwise I'll just write it in VS 2013 and then use a little program that will wrap the code and send it to be compiled.

I for one do not buy into the dark background thing. I can understand why it is much more comfortable for cave dwellers. I like to work in well lit (diffused natural light, ideally) environments with bias lighting, and in those environments dark backgrounds burn the hell out of my retinas. As for other IDE customizations, I've done less and less over the years. I'm routinely working on half a dozen different machines in different operating systems and IDEs. I've learned that most of what you think you need to be productive is in your imagination. I am very fond of the productivity power tools package in VS, primarily for the badass margin/scroll:

EnhancedScrollbarVS2010.PNG

SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.

I've always felt like the black vs white color scheme thing bordered on mythical. I don't think I've ever felt "eye strain" before. Is it like that tired-eye sensation you get from lack of sleep? Is it pain?

As for the color scheme I use, it's usually the default for a given platform, dark or otherwise. The only exception is that godawful default on vim where comments are dark blue on black or something asinine like that.


I for one do not buy into the dark background thing. I can understand why it is much more comfortable for cave dwellers. I like to work in well lit (diffused natural light, ideally) environments with bias lighting, and in those environments dark backgrounds burn the hell out of my retinas.

Cave dwellers...

“If I understand the standard right it is legal and safe to do this but the resulting value could be anything.”

VS2013, dark theme, VC++ pre-set config, line numbers, wide scrollbar tool-tip, custom formatting rules, dual monitor (unfortunately with very different screen size and resolution).. end.of-story.

"Recursion is the first step towards madness." - "Skegg?ld, Skálm?ld, Skildir ro Klofnir!"
Direct3D 12 quick reference: https://github.com/alessiot89/D3D12QuickRef/
I can't stand either pure white background or pure black backgrounds - the contrast is uncomfortable to look at all day.

8FdXXj2.png

Here's mine

k2FpkIg.jpg


I am very fond of the productivity power tools package in VS, primarily for the badass margin/scroll:

Amen, brother. That thing is great.

if you think programming is like sex, you probably haven't done much of either.-------------- - capn_midnight

This topic is closed to new replies.

Advertisement