Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By OnlineDishwasher
#41296 I think the IDE does a very good job at making MCU development accessible to everyone, but I'm more efficient in vim.

Can I use the Arduino programming language but edit source files with vim and compile/flash with the command line? What tools would I need?
User avatar
By dannybackx
#41336 The recent IDE (1.6.7) uses something called arduino-builder which can be used without the IDE.
It's a separate project in github : https://github.com/arduino/arduino-builder .

It appears to recompile much more than needed, as the IDE did before this change.