thomasjo / atom-ide-cpp

C/C++ language support for Atom-IDE
33 stars 4 forks source link

Arduino .ino file support #19

Open sbrl opened 5 years ago

sbrl commented 5 years ago

The Arduino IDE is beyond terrible. I love using Atom for other languages, so it would be great if ide-cpp activated in .ino files too to help me out.

vivi90 commented 4 years ago

@sbrl It's now activated in *.ino files but i get Unable to handle compilation, expected exactly one compiler job in ''

vivi90 commented 4 years ago

@thomasjo Here another part of this issue: https://github.com/arduino/arduino-cli/pull/944 Using it in combination with: https://github.com/Sorunome/arduino-upload

vivi90 commented 3 years ago

@thomasjo @sbrl It's now implemented in arduino-cli. Please see: https://github.com/arduino/arduino-cli/issues/849 So it would be great to implement this feature :-)

vivi90 commented 3 years ago

Possibly also related to the Atom package arduino-upload, please see: https://github.com/Sorunome/arduino-upload/issues/89