vigetlabs / platomformio

Integration Atom IDE with PlatformIO
https://atom.io/packages/platomformio
MIT License
23 stars 8 forks source link

Official PlatformIO IDE for Atom #20

Open ivankravets opened 8 years ago

ivankravets commented 8 years ago

I've released today official version of PlatformIO IDE for Atom. It has built-in @PlatformIO CLI tool and doesn't require additional steps from user's side. Only "Install Package" & " Use It".

@efatsi, I want to say big THANK YOU :+1: for your efforts and this package. I don't know what we should to do with this package. Do you think that we should support both packages?

Ping @RomFouq, @IoTAdri, @donnib, @sergeychernyshev, @gingebot, @reagent, @jeancdc

PlatformIO IDE for Atom

jeancdc commented 8 years ago

I tried it and it works well!

But the intelligent code completion does'nt work. Is there an option to enable?

ivankravets commented 8 years ago

@jeancdc Dod you install Clang? Please read instruction http://docs.platformio.org/en/latest/ide/atom.html#clang-for-intelligent-code-autocompletion

jeancdc commented 8 years ago

Yes, I installed Clang but I didn't have include the Arduino.h header file.

Now it works. Thank!