XamlStyler icon indicating copy to clipboard operation
XamlStyler copied to clipboard

Visual Studio extension to help format your XAML source code

Results 118 XamlStyler issues
Sort by recently updated
recently updated
newest added

NullReferenceException when saving a Workflow xaml (Workflow foundation). Create a workflow and save. ![image](https://user-images.githubusercontent.com/15999878/94104348-15c35280-fe37-11ea-9a4f-02899148a63d.png)

Bug
VS2019
needs investigation

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...

Feature

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...

Tooling

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...

Feature
Universal
needs investigation

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":...

Feature
Universal
needs investigation

Not sure if this is outside the scope of the project, but having the option to remove unused namespaces could be a nice addition. ![`Edit.RemoveAndSort`](https://user-images.githubusercontent.com/7112040/37182897-86da8146-2301-11e8-9c43-8f33b5c07e9c.png)

Feature
~approved
help wanted
Universal

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)...

Feature
needs investigation
VS

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...

Feature
~approved
help wanted
Universal

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...

Bug

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...

Feature
~approved
help wanted
Universal