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

### Description: Trim the property attribute value in FormatThicknessService to prevent an exception when processing IsMatch. Fixes # [371](https://github.com/Xavalon/XamlStyler/issues/371) ### Checklist: * [X] I have commented my code, particularly in...

**Describe the bug** Had pulled repro to look at fixing something and noticed there's a couple of packages `Newtonsoft.Json` and `CompareNETObjects` whose versions aren't aligned across the projects: Not sure...

Bug

**Describe the bug** Wanted to use `dotnet tool restore` to easily install all tools required by our CI and manage them all via a manifest vs. specific install commands everywhere...

Bug
~approved
Console

**Proposal:** Two new options for controlling newlines between and around elements. 1. An enum of where to put the newlines: `Between`, `Surround`, `None`, and `Ignore` (default) 2. An integer for...

Feature
~approved
help wanted
Universal

It would be great if I could use this for selected blocks of XAML instead of the whole file. We have some custom stuff in our XAML and don't want...

Feature
needs investigation
VS

I don't know of a better tool for styling "XML" than XamlStyler It would be awesome if there were such a tool for XML files in general, It feels so...

Feature

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Feature

**Describe the bug** The ' ' character, hexadecimal value 0x20, cannot be included in a name. **To Reproduce** Steps to reproduce the behavior: 1. Problem when i try format here...

Bug
~approved
Universal

**Describe the bug** When using this feature on an example XAML clearly showing an unordered state, it is not reordering at all. **To Reproduce** Steps to reproduce the behavior: 1....

Bug

**Is your feature request related to a problem? Please describe.** The option to put closing brackets on a new line is useful but it adds an extra indentation. One of...

Feature
Universal