Does anyone do stuff with microcontrollers? I got a few arduinos recently and I really hate the standard IDE, I looked around for other IDEs that have some sort of formatting but they all seemed to equally suck.
The standard Arduino IDE is awful for a lot of reasons. It exists as a first timer's tool to compiling and flashing hardware. It works but it is very limiting once you're ready to explore deeper, and customization of the environment is nonexistent.
I know there is some Eclipse plugins for Arduino if that's up your alley. I don't have much experience with Arduino development as an Arduino. I've used the boards before because they were available and easy, but I was flashing my own programs to them and not using the Arduino libraries, which once again have a lot of problems for people looking to go beyond the hobbyist level.