XamlStyler icon indicating copy to clipboard operation
XamlStyler copied to clipboard

Visual Studio extension to help format your XAML source code

Results 148 XamlStyler issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** When using the EAP version of Rider the plugin is "Incompatible", and therefore it´s not working. **Describe the solution you'd...

Feature

**Describe the bug** When manually editing a csproj file and making changes, upon saving, XAML Styler is trying to do something which causes an exception: --------------------------- Microsoft Visual Studio ---------------------------...

Bug

Some user controls have many custom attribute commands,The default sorting tool will disrupt the custom partitioning of attributes based on their functionality。 Like this,I Hope: ![Hope](https://github.com/Xavalon/XamlStyler/assets/52872318/f75aec18-4a4b-4dae-b3c8-71ae706c0ccf) but default sorting: ![But](https://github.com/Xavalon/XamlStyler/assets/52872318/627db840-4de7-4055-a638-72b748bdd8d0)...

Feature
Universal

Work when I specify absolute path like C:\repo\dev\xamlstyler.json Don't work if I I set "Search to drives root" like shown in picture below ![image](https://github.com/Xavalon/XamlStyler/assets/14963858/f502f3d9-4c56-4906-b6cd-ab72b7bdaa82) xamlstyler.json file contains following: [xamlstyler.json](https://github.com/user-attachments/files/15886080/xamlstyler.json)

Bug

Some of MAUI's attribute names differ from WPF, such as `WidthRequest`, `HeightRequest`, `MaximumWidthRequest`, `MaximumHeightRequest`, `HorizontalOptions`, `VerticalOptions`. VerticalOptions`. Consider adding to the default configuration. ``` x:Class xmlns, xmlns:x xmlns:* x:Key, Key,...

Feature

**Describe the bug** When setting `"FormatMarkupExtension": false` in my configuration file, XAML Styler still puts my "Binding" attributes on a single line. **To Reproduce** Steps to reproduce the behavior: 1....

Bug

### Description: Fixes #447 Fixes #495 This PR adds the TargetFrameworks net6.0 and net8.0. Also as sugegsted in #419 the RollForward property was added. I'm not sure about the piepline...

**Describe the bug** I'm trying to format my axaml pages with Avalonia and when I try to apply a style it incorrectly formats the styles where ">" is used **To...

Bug
Universal
needs investigation

**Is your feature request related to a problem? Please describe.** ".config" extension is more proper when it comes to json settings. I have been wondering why it has been "Settings.XamlStyler"....

Feature

**Describe the bug** A clear and concise description of what the bug is. ```xml This example shows how to add a host object to the WebView. See here for more...

Bug
Universal