MonoDevelop.MSBuildEditor icon indicating copy to clipboard operation
MonoDevelop.MSBuildEditor copied to clipboard

Improved MSBuild editing support

Results 100 MonoDevelop.MSBuildEditor issues
Sort by recently updated
recently updated
newest added

Use the actual MSBuild parser for parsing imports. Should continue to use the MD one for the current file as it's more robust with files that are being edited.

enhancement

# Description When using the Uno Sdk users are reporting seeing the squiggle on common items and properties that would not be defined by Uno but are part of the...

# Description Currently the Uno.Sdk provides a schema that includes a number of custom Properties as well as item types that are used by Uno. This exposes an issue however...

I love the idea, and jumped the gun when I read the devblogs page. https://devblogs.microsoft.com/visualstudio/experimental-msbuild-editor/ But, sadly the performance opening a csproj made me disable the extension (for now). Its...

In the `Directory.Packages.props` file, I have a the following ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/12747172/a320198a-15ec-4364-a5d9-67b97d8d53a5) ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/12747172/984fd29d-879a-49c5-8133-5917445e7887) In both cases `PackageVersion` and `GlobalPackageReference` the `PrivateAssets` and `IncludeAssets` are showing a yellow underline and the following warning...

When an MSBuild file was open when the solution was closed, VS automatically reopens it when the solution is loaded again. This can fail with the following error: ``` An...

![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/183285/f5cd31ea-046d-4080-aa2e-12ae8a6d1bd9)

If the caret is not at the end of the word, it completes the remainder of the word (unlike C#): ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/679326/ecaa8323-a1a8-4723-a02d-7b4f3a43181b) Not sure if this is the desired behavior. Maybe...

Pressing Backslash here should commit: ![image](https://github.com/mhutch/MonoDevelop.MSBuildEditor/assets/679326/ad9012c6-5973-47f4-92b1-941c0ddac5a7) so the buffer contains `InformatiX\`, but currently completion stays open and the buffer gets `Inf\`