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.** When using the EAP version of Rider the plugin is "Incompatible", and therefore it´s not working. **Describe the solution you'd...
**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 ---------------------------...
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:  but default sorting: ...
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  xamlstyler.json file contains following: [xamlstyler.json](https://github.com/user-attachments/files/15886080/xamlstyler.json)
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,...
**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....
### 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...
**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"....
**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...