Anyone using Eclipse to write your Arduino code?

https://github.com/Sloeber/arduino-eclipse-plugin

Just wondering if anyone were using that or any other plugin for developing in Eclipse. The Arduino IDE is great for getting started, but I miss having a full featured software editor with features like:

  • code navigation (clicking a variable takes you to the definition)

  • on the fly syntax and correctness highlighting (typos referencing non-existent variables)

  • code refactoring

  • revision control integration

  • code completion (what methods can I call on this object?)

Thanks for sharing!