mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
228 stars 26 forks source link

Navigation between PackageReference and PackageVersion #258

Open mhutch opened 1 month ago

mhutch commented 1 month ago

When using central package management, it would be really useful to have some way to navigate between a PackageReference and the corresponding PackageVersion. Not sure if this would semantically map well to an existing command such as go to definition, so we might need to add a new command for this.