XamlStyler
                                
                                
                                
                                    XamlStyler copied to clipboard
                            
                            
                            
                        Visual Studio extension to help format your XAML source code
NullReferenceException when saving a Workflow xaml (Workflow foundation). Create a workflow and save. 
I hope XamlStyler supports like a following setting: ```json { : "IgnoreFiles": [ "*-autogenerated.xaml", "MySpecialView.xaml", "importedViews/*", …], : } ``` I have a csproj file that contains many types of...
From [GitHub](https://github.com/github/renaming): > For existing repositories, renaming the default branch today causes a set of challenges... By the end of the year, we'll make it seamless for existing repositories to...
Adds an option to remove default properties (e.g., Grid.Row="0", Margin="0, 0, 0, 0", etc.). By default, this feature should address the most common cases, but should also be configurable to...
Current settings: ``` { "AttributesTolerance": 2, "KeepFirstAttributeOnSameLine": false, "MaxAttributeCharactersPerLine": 0, "MaxAttributesPerLine": 1, "NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransfom, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter", "SeparateByGroups": false, "AttributeIndentation": 0, "AttributeIndentationStyle": 1, "RemoveDesignTimeReferences":...
Not sure if this is outside the scope of the project, but having the option to remove unused namespaces could be a nice addition. 
The "Format XAML" context menu option, which appears upon right-clicking the code editor, does so irrespective of the language of the document being edited (which makes it available (but useless)...
Currently there are two options for "Attribute indentation style": Mixed and Spaces. In case we would like to use only tabs, we have to set KeepFirstAttributeOnSameLine always to false. Pls...
If I disable global option `FormatOnSave` and enable local, then in the end it's disabled (enabled is expected). But if I enable global option and disable local then it's disabled...
From @punker76: It would be nice to have Element Ordering Rule Groups like Attribute Ordering Rule Groups e.g. to group style Setters in the same way. I know, there is...