disroop / vs-code-conan

Conan integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=disroop.conan
MIT License
18 stars 11 forks source link

"Disroop Multi Package Tool" concept/idea #14

Open stefaneicher opened 3 years ago

stefaneicher commented 3 years ago

see https://github.com/disroop/vs-code-conan/wiki/Ideas

JonathanGirardeau commented 2 years ago

Hi @stefaneicher, I think it is a really good idea to go further in conan integration with vs-code and get the same features we have in a real IDE.

I think it would be a significant enhancement to handle multiple packages in one vs-code workspace. We can do it with current version by creating multiple "profiles" in extension settings, however it is not really convenient. Indeed I often build multiple packages with multiple conan profiles and build type, so my list of "profiles" available in "Set active conan settings" menu is quite long:

It would be more convenient to get multiple menu to select the configuration you want to build, for example:

Do you think it is realisable as a first step in "multi package tool" idea ?