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

### Description: Fixes # (issue) ### Checklist: * [x] I have commented my code, particularly in hard-to-understand areas * [x] My changes generate no new warnings * [x] I have...

**Describe the bug** ``` > xstyler You must install or update .NET to run this application. App: /home/acker/.dotnet/tools/xstyler Architecture: x64 Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64) .NET location: /home/acker/.dotnet The following...

Bug
Console

**Is your feature request related to a problem? Please describe.** When running the command line version as part of a CI process on a large solution, finding the specific file(s)...

Feature
~approved
Console

**Describe the bug** There's no configuration that break the line when there are long binding expressions. There shoud be an option to break the line when there are various binding...

Feature
Universal

### Description: Fixes #426 (issue) As per the issue, an incomplete xmlns definition in a comment could break the XML parsing as it would result in an invalid XML document...

### Description: Fixes #132 (issue) This removes unneeded and incorrect VSCT entries for the "Format XAML" context menu option. - Removes from "IDM_VS_CTXT_EZDOCWINTAB" as this is the group in the...

**Describe the bug** The formatting fails with an error messagebox with the following content: >Error in StylerPackage: > >'

Bug

**Describe the bug** The MACPL setting says that it will work with AT=5 and MAPL=8, but it has no effect. If I set MACPL=20, then the attributes do not wrap...

Bug
Universal

**Is your feature request related to a problem? Please describe.** I want greater control of formatting when all attributes can easily fit on a single line without compromising readability. **Describe...

Feature
Universal

vs2022 ![8c03facabcd16361f9373e7be46457d](https://user-images.githubusercontent.com/3275834/233125987-f7a16e85-1bbc-4119-8887-08700d33c971.png) rider 2023.1 ![f01134af3f647b0ee4acd9a79eb01f4](https://user-images.githubusercontent.com/3275834/233126031-520b2adf-8e7d-42b6-a954-1bbc2a812d88.png) vs 和 rider 对xaml的排序不一致 Inconsistent sorting of xaml by vs and rider 用两种工具同时开发时,比较代码变动会产生困扰 Comparing code changes can cause confusion when developing with two tools simultaneously...

Bug
Rider