XamlStyler
XamlStyler copied to clipboard
Visual Studio extension to help format your XAML source code
**Is your feature request related to a problem? Please describe.** I usually prefer to have LF as my line endings instead of CRLF. Although I use an extension, Line Endings...
Feels like attribute ordering rule groups are not powerful enough. It would be nice to have a feature of attribute ordering based not just on attribute names, but also attribute...
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...
**Is your feature request related to a problem? Please describe.** that is great if we can format xaml file in vscode **Describe the solution you'd like** execute the xstyle with...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** When a config file is present, have a message in the preferences to say...
**Is your feature request related to a problem? Please describe.** It's not a problem. I just like the format like following style: ```XAML ``` **Describe the solution you'd like** Add...
I only need the features exclude the Attribute Formatting. In other words, I want to keep attributes format by manual.
Visual Studio for Mac - "Indent with Tabs" checkbox is missing for settings **To Reproduce** Open up VS for Mac Xaml Styler options from preferences. The first option "Indent with...
I can provide the localization text. 
How about adding a setting to format markup extensions like this? `Prop="{ Binding Target }"` Simply by adding white spaces "inside" the curly braces of the outmost extension? The guys...