conan-clion-plugin icon indicating copy to clipboard operation
conan-clion-plugin copied to clipboard

CLion C/C++ IDE plugin for Conan Package Manager

Results 48 conan-clion-plugin issues
Sort by recently updated
recently updated
newest added

Everything defined in [env] profile section is not set when conan install and build executes.

Hello. Thank you for the plug-in. The profile part of [this article](https://blog.jetbrains.com/clion/2019/05/getting-started-with-the-conan-clion-plugin/) isn't clear; my match window is empty. I've tried copying the settings in the article to a text...

For some projects it is not sufficient to run ```conan install``` to get a valid configuration for CMake project loading. For instance, finding packages is one of tasks that need...

Currently the CLion Conan settings have 3 options: - Config install source - Install args - Conan executable Only the config install source ends up in the CLion global configuration...

It would be very helpful to be able to click a button in the CLion Conan plugin view to essentially do 'conan create'. A common use case for my company...

I am on pop_os 20.04 running the latest cLion, and conan 1.33.1 Conan runs from the Path in a console but I can't get past the error `Could not find...

In my project structure right now, the project root doesn't contain the conanfile.py . It is two levels inside, from where i load the cmake project in clion. The plugin...

If a header isn't found, or a piece of code has no import/include suggestion from clion, the plugin should try to find a package that matches the desired import or...

A nice feature would be access to the content of settings.yml, registry.json and remotes.json on the Conan configuration page

I am using compiler.cppstd, but when trying to build with the use of conan plugin, the cppstd=17 flag does not seem to propagate. it works when i switch to console...