Add Clion code insight features for PIO "lib_extra_dirs" option
See original GitHub issueConfiguration
Operating system: Windows 10 64bits
PlatformIO Version (platformio --version
): 4.3.1
Clion Version: 2019.3.5
Description of the bug/request
Hi !
When “lib_extra_dirs” option is used on platformio.ini, and when the project is init for Clion, PIO does not add the additional lib path at the end of the CMakeListsPrivate.txt (the path is missing in the “FILE(GLOB_RECURSE SRC_LIST … )” command).
PIO work fine, but Clion does not activate code insight features for any source files in the additional lib path, unless it is manually added to the CMakeListsPrivate.txt.
Would it be please possible to add this to PIO Clion project files generation ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Quick start guide | CLion Documentation
One of the most useful code generation features is · To get the list of code generation options at any place in your...
Read more >PlatformIO | CLion Documentation
Search for PlatformIO for CLion and click Install. You will be prompted to install the Ini plugin, which provides code insight for platformio....
Read more >Manage CMake project files | CLion Documentation
Choose the desired file type: Adding new files from the Project view. Specify the name, type, and additional options for the new file....
Read more >Embedded development | CLion Documentation
This page gives an overview of how you can use CLion as your embedded development IDE. For detailed feature descriptions and setup ...
Read more >Intelligent Coding Assistance & Code Analysis - Features
These pages will help you learn about the features available in CLion, ... Try smart completion, formatting and helpful views with code insight....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK, now I see what you mean, I just pushed a small fix, could you please update PlatformIO to the latest from development branch and try again?
It works like a charm ! Thank you very much !