tintoy / msbuild-project-tools-vscode

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

Unit tests for completion providers #16

Closed tintoy closed 6 years ago

tintoy commented 6 years ago

We may need to implement a couple of stubs for this to work, but I'd like to see tests similar to the ones for the XmlLocator API's CanCompleteXXX but with actual offers of completion.

tintoy commented 6 years ago

Closing this; will create a separate issue for testing of each provider.