You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only offer PackageVersion element completion if the MSBuild project's ManagePackageVersionsCentrally property is set to true (or True).
Consider also hiding Version attribute completion on PackageReference elements if ManagePackageVersionsCentrally is set (might want to make this configurable though, if we choose to do it at all).
Rename HandlePackageReferenceElementCompletion and HandlePackageReferenceAttributeCompletion to HandleElementCompletion and HandleAttributeCompletion since the handler now deals with multiple item types.