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.
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 theplatformio .ini
file.