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

We have the following valid XAML: ```xml ... ``` The XAML-Styler always modifies exisiting attribute values to: ```xml ... ``` I think the behavior comes from the XML-Functions of .NET....

Feature

It would be nice to have the option to have XAML Styler to convert usual Text content into Attributes, especially for TextBlock, TextBox and Label : ``` Empire ``` into...

Feature
Universal

I've just looked through the settings for XAML Styler again and didn't find what i was looking for. The Issue: ``` Empire ``` will be formatted to this: ``` Empire...

Feature

### Description: Add styler option end-of-line ( lf | crlf ) to force specific line endings xstyler -p -r -d WPF -l Minimal --end-of-line lf Partially fixes #285 ### Checklist:...

Extry time I format my ResourceDictionary xaml, every time there is a blank line between two keys, and extra blank line gets added. I have the following in my xaml...

Bug

**Is your feature request related to a problem? Please describe.** Is there any way to format as multi line within semicolon split? ![image](https://user-images.githubusercontent.com/7549173/151180226-00ff7cec-8884-4f23-ad50-008fcf71f51f.png) It's will be format as single line...

Feature

Our project has WPF and UWP platforms. Some WPF xaml files are converted to UWP xaml using a console program. Right now, most of the work is done with Replace,...

Feature

To improve the readability of the XAML code all our Bindings are sorted last and grouped together. After this Command Bindings are grouped together. It would be nice to also...

Feature
needs more info

Whenever I try to use mc:AlternateContent the formatting seems to be messed up. Expected Behavior ``` xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:TEST="TEST" mc:Ignorable="mc TEST" ``` Current Behavior ``` ``` Thanks all, MyKuLLSKI

Bug

The "Reorder setters" feature only considers Setter elements that reside in the following xml namespace definition: https://github.com/Xavalon/XamlStyler/blob/82b68c5007959a67f3c38f869c1c5a38375214a7/src/XamlStyler/DocumentManipulation/DocumentManipulationService.cs#L87 As other elements (like Style) are not restricted in such way, it would...

Bug
Universal
needs investigation