tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Prefer descending over ascending in package versions #6

Closed savpek closed 6 years ago

savpek commented 6 years ago

Nice tool!

Is it possible to change order of package versions so that newest is at top on autocomplete? Currently it shows oldest first which is bit strange.

image

tintoy commented 6 years ago

Thanks, glad you like it :)

You are right - it makes much more sense to put newer versions first; give me half an hour and I'll put out a new release.

tintoy commented 6 years ago

Hi - I've just released v0.1.11 where the default behaviour is now to sort package versions in descending order (according to SemVer 2.0 rules). Would you mind updating your extension in VSCode and letting me know if you're happy with the behaviour?

savpek commented 6 years ago

Perfect 👍

tintoy commented 6 years ago

Thanks for the feedback, BTW :D

tintoy commented 6 years ago

(good to know people are finding it useful!)