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

User get notified when the configuration file has problem. Maybe InfoBar or Error List?

Feature
~approved
help wanted
VS

I wanted to use the `Settings.XamlStyler` file. But I faced with the fact that VS doesn't support this format. So, manual editing is not easy. I think it would be...

Feature
~approved
help wanted
VS

I'm thinking something like: Say we have: ![image](https://cloud.githubusercontent.com/assets/1640096/14743126/4b9f28ac-08a0-11e6-8e6e-f968aa910a1c.png) And then do `ctrl + m + o` resulting in: ![image](https://cloud.githubusercontent.com/assets/1640096/14743151/7970538c-08a0-11e6-86d2-345582ac4bc9.png) I'm thinking collapse all elements of the parent container of where...

Feature
needs investigation
VS

According to this: [http://www.nickdarnell.com/xaml-attribute-order-matters/](url) [https://weblogs.asp.net/dixin/the-order-issue-of-xaml-attributes](url) I think, that it should be considered to add new rules to default configuration file - regarding those issues. I got these in mine: `"CommandParameter,...

Feature
Universal
needs investigation

Visual State Manager Setters were [introduced](https://blogs.msdn.microsoft.com/cdndevs/2015/06/26/uwp-new-features-of-visual-state-manager-part-1/) for UWPs in Windows 10: > If you are going to use animation to change the state you can continue to use old approach...

Feature
Universal
needs investigation

From @xlsupport in #9 > I've had an issue with an ultra long Figures attribute in a PathGeometry, where I must keep the linebreaks. (it's a very long string qnd...

Feature
~approved
help wanted
Universal

XamlStyler would not modify any portion of elements in the block list. This is mainly to address compatibility issues where some elements may require a certain ordering of attributes, which...

Feature
~approved
help wanted
Universal

Would be great an option to set empty or blank lines removal.

Feature
~approved
help wanted
Universal

Releases for Visual Studio for Mac are not currently aligned with releases for VS2019. This issue tracks aligning builds and versioning to provide unified releases moving forward. Related: #222, #224

VSMAC
Tooling

(This issue is remain of #160) StylerPackage.GetConfigPathForItem() has the code which find the FullPath of "Settings.XamlStyler" ref in project. * https://github.com/Xavalon/XamlStyler/blob/765510a3b6aa9345dbd8f0bbc5825214f4941c8f/XamlStyler3.Package/StylerPackage.cs#L211 But this config-file path has less priority than solution's...

Bug
VS2017
VS2019
help wanted