tintoy / msbuild-project-tools-vscode

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

Attribute completions are erroneously offered when creating a new element under an `ItemGroup` element #21

Closed tintoy closed 6 years ago

tintoy commented 6 years ago

This is because ItemAttributeCompletion needs to check if the "element" where the attributes would be inserted has an empty name (i.e. we're inserting a new element) and avoid offering completions.