This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
YouCompleteMe "ycm_extra_conf.py" for Platformio based projects. | |
The script calls [platformio -v run -t idedata] and process the output | |
to fill list with the SAME SET OF FLAGS used by platformio for the | |
project (compiler flags, Include dirs, compiler DEFINES, etc) | |
Tested on the following development environment: | |
- Linux (LMDE 2) | |
- PlatformIO, version 3.3.0a1 |