adrian-pavel / visual-nuget

Code for the Visual NuGet package manager extension for VS Code.
MIT License
29 stars 6 forks source link

multi selection for update #7

Closed OneCyrus closed 2 years ago

OneCyrus commented 2 years ago

it would be handy to have a multi selection like in visual studio to update more than one package at a time.

adrian-pavel commented 2 years ago

I agree, I was planning on adding such a feature in the future. I am actually planning to implement most of the features supported by the Visual Studio Package Manager. But for now I first need to do some refactoring on the code. It could be a lot better. I focused on making the extension functional first but it's time to refactor. I will leave this issue open and will update it once I get to implementing the feature.

adrian-pavel commented 2 years ago

Added this functionality on the Update tab in version 0.2.0. Should be available to download.