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

Support VS format document command

Open decriptor opened this issue 2 years ago • 1 comments

Once I added the extension, I was no longer able to format my csproj files.

decriptor avatar Mar 28 '24 19:03 decriptor

This is because the MSBuild Editor is not built on top of Visual Studio's XML editor - it uses its own completely independent XML editor, which does not yet support the Format Document command. I intend to add this but I'd like to support editorconfig first so it's possible to control the formatting behavior.

mhutch avatar Mar 28 '24 20:03 mhutch