MonoDevelop.MSBuildEditor
MonoDevelop.MSBuildEditor copied to clipboard
Improved MSBuild editing support
Before  After 
It would be nice if we could have assembly autocompletion for the InternalsVisibleTo element, populated with all the assemblies in the current solution. ```xml ```
would be nice to let people know that ‘$(A)’ == ‘true’ all quotes are redundant
Trying the tool, and seeing too many properties, a lot of them inferred (and not relevant, for example for the SDK here: https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/tree/master/src/MSBuild.Sdk.SqlProj/Sdk ) Will the precense of a .buildschema.json...
I used to use the [ProjFileTools ](https://github.com/dotnet/ProjFileTools) extension, but it is no longer maintained. Today, I saw your extension on the [developer blog](https://devblogs.microsoft.com/visualstudio/experimental-msbuild-editor/). First of all, thank you for your...
When a property defined in a csproj is referenced in the Directory.Build.targets file, it still gets marked as unused in the csproj. As this is the opposite direction of the...
Once I added the extension, I was no longer able to format my csproj files.
I love being able to see typeahead for ``s but it's not showing ones from my company's internal nuget source, only nuget.org it seems. Is it possible for it query...
Love the extension, but it's throwing quite a number of issues in Maui projects. Mostly the "not used and not referenced" variety, though it also thinks the valid guid is...
When editing a Directory.Build.props, it should be edited in the context of being imported by one of the project files in the directory cone (or ideally, with context from all...