An LSP-compatible language service that provides intellisense for MSBuild project files, including auto-complete for <PackageReference>
elements.
For more information, see msbuild-project-tools-vscode.
You need .NET Core 2.0.0 or newer installed to use the language service (but your projects can target any version you have installed).
See BUILDING.md.
See architectural overview for details (this is a work-in-progress; if you have questions, feel free to create an issue).
- Support for task completions is experimental; if you find a problem with it, please create an issue.
- Support for MSBuild expressions is experimental; if you find a problem with it, please create an issue.
- If you open more than one project at a time (or navigate to imported projects), subsequent projects will be loaded into the same MSBuild project collection as the first project. Once you have closed the last project file, the next project file you open will become the master project. The master project will become selectable in a later release.
If you have questions, feedback, feature requests, or would like to report a bug, please feel free to reach out by creating an issue. When reporting a bug, please try to include as much information as possible about what you were doing at the time, what you expected to happen, and what actually happened.
If you're interested in collaborating that'd be great, too :-)