Electronic – arduino – develop with the Arduino using an IDE with more features

arduinoidesoftware

The simplicity of the open source Arduino IDE is great, but a bit limiting sometimes – I like to use Netbeans for instance for other work that I do. Do any plugins exist for more fully featured IDEs that would allow me to develop for the Arduino (and directly upload / run code on it?) So far my searches haven't brought much up.

Best Answer

You can use CodeBlocks for arduino. CodeBlocks already works with quite a few microcontrollers, so I'm guessing that the arduino dev environment will be quite robust.

There is also an Eclipse plugin for Arduino.