MonoDevelop.MSBuildEditor
MonoDevelop.MSBuildEditor copied to clipboard
Improved MSBuild editing support
Hi, excellent project you've got here! I can't thank you enough, it's proving exceptionally useful, but I've run into a small bug I thought I should try to fix: conditions...
 Hit Ctrl+Space and pick the folder from menu:  Press enter. Expected: first image. Actual:  @miloush
`netcoreapp` -> .NET Core App x.x `netcore` -> .NET Framework Core x.x (Windows Store 8.x | Universal Windows Platform) `wpa` -> Windows Phone App 8.x (Universal Application) `uap` -> Universal...
Would be nice to have completion for `
Add AutoCloseTag, AutoRenameTag 
According to[ the Microsoft DevBlog post regarding this extension](https://devblogs.microsoft.com/visualstudio/experimental-msbuild-editor/), it supports editing `.csproj` files. Is there any plan to extend this to other languages? I assume `.vcxproj` files are MSBuild...
I opened a proj file and saw this exception ``` System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at void ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at bool System.Collections.Generic.List+Enumerator.MoveNextRare() at IEnumerable MonoDevelop.MSBuild.Evaluation.MSBuildEvaluatorExtensions.EvaluateWithPermutation(IMSBuildEvaluationContext context,...
We often have to selective condition on package references especially native runtime packages like shown below. Hence, the warning is in that case not particularly relevant. 
Variables like `TF_BUILD` (Team Foundation/Azure Devops), and `CI` (GitHub, GitLab...) and possibly others, are environment variables usually set to `true` to indicate that the build is running in CI/CD. ...
 We add XML comment/CDATA and MSBuild property/item/metadata references into the value completion list both to aid discovery and so that completion shows all valid values. However, the VS editor...