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

To consider: * Move the profile matching to the settings window (probably 1.2.1) * Ability to add _local_ profiles (https://github.com/conan-io/conan-clion-plugin/issues/71#issuecomment-567575979) (might be 1.3.0)

enhancement

Since we have the option to install configs with this plugin, and I don't want to pollute my global config with a bunch of installed configs from different projects (especially...

enhancement

It would be great to have CLion make use of the `activate.bat` generated by the `virtualenv` generator so tools like CMake itself, Ninja, Compilers, ... can be installed via Conan...

From CLion's API it appears we can get the current toolchain and use that to pass settings to Conan command line if the user does not match profiles, of course...

enhancement

Thank you for developing this plugin! It already made it into my workflow since it was published a few days ago. It would be nice to be able to export...

enhancement

Workspaces have a new, separate command for installing in 1.13. This may require adding a setting to choose a workspace config file since it is an explicit argument to the...

enhancement

I'm not very proficient with C++ so I'm not sure if there's already some way of doing this. But some of the code I was working with recommended adding 'generator'...

question

Hi, I am trying to make this plugin works with `CLion 2024.1.2`. I have a package made by conan that is private, and built locally - so it only exists...

question