Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.21k stars 130 forks source link

Save all / Style all xaml #350

Closed Moryerg closed 10 months ago

Moryerg commented 3 years ago

Create a Save all function that style all xaml files in a solution, when Save all button is hit in Visual Studio. Make it optional whether the function is activated on the Save all button, a shortcut or both.

We have considered to use the batch file solution that already exist, but it takes more to make it work and it's complicated to implement in a team solution.

grochocki commented 3 years ago

Thanks for the suggestion! This looks like a possible duplicate of #56, where we added support for formatting entire projects and solutions:

image

grochocki commented 10 months ago

With the ability to format all XAML files within a solution/project, I think that meets the spirit of the original feature request here, so closing. Of course, if there is an improvement to the new feature that we should consider, we can revisit.