conan-io / conan-clion-plugin

CLion C/C++ IDE plugin for Conan Package Manager
Apache License 2.0
99 stars 27 forks source link

Feature request: Add local packages to package list #178

Closed Eric-Bwr closed 7 months ago

Eric-Bwr commented 9 months ago

I would like to be able to see my self build packages in the clion conan list aswell (just like for ex. 7zip and the other packages). Maybe with a prefix like: local/name Or a own list for that. Thx in advance :)

knimix commented 8 months ago

@czoido i would love to have this feature, no answer for almost two months.

czoido commented 8 months ago

Hi @Eric-Bwr, @knimix

Sorry for the delay in answering; I overlooked this. Thank you very much for the feedback. The issue here is that we do not use Conan to retrieve the list of packages. The plugin is distributed with a file that is updated daily with new changes from Conan Center and contains additional information. The primary intention of this plugin has always been to facilitate the most common beginner scenario: consuming third-party packages from Conan Center easily. For other use cases, such as when you would like to use your own packages, the best approach is to edit the conandata.yml file that the plugin generates.

Eric-Bwr commented 7 months ago

Alright, ill close this then. :/