XamlStyler
XamlStyler copied to clipboard
Visual Studio extension to help format your XAML source code
### 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...
**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)...
**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...
### 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: > >'
**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...
**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...
vs2022  rider 2023.1  vs 和 rider 对xaml的排序不一致 Inconsistent sorting of xaml by vs and rider 用两种工具同时开发时,比较代码变动会产生困扰 Comparing code changes can cause confusion when developing with two tools simultaneously...