ncm2 / ncm2-pyclang

Cached, fast C/C++ completion for ncm2
MIT License
45 stars 1 forks source link

support `platformio.ini` #30

Open koalp opened 4 years ago

koalp commented 4 years ago

Hello, I use platformio to compile projects for embedded software and I think it would be nice to support it for automatic completion for library included and flags.

Currently i use .clang_complete but all the information required are in the platformio .ini file.