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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

### Description: This PR add a net6.0 target to the console project. Users with only .NET 6 runtime installed can run the console tool after this change. Fixes #378 ###...

**Describe the bug** > I noticed some things > > * this also happens in VS 2019 when you hit Ctrl+Shift+S to save the whole solution > * but only...

Bug
~approved
VS

I would like to change the shortcut key for this extension. Could you please give me some tips? thanks

Feature

### Description: Fixes #387 Add option to hide "Error in StylerPackage" popup message Created a new setting called `ShowMessageBoxOnError` in `StylerOptions` and `IStylerOptions`. This setting then is used in `StylerPackage.Formatting`...

I love this extension, but since updating to VS 2022, I've noticed a small difference in how it runs. Whenever I save the file, if there are errors in the...

Bug
Universal

It appears that the FormatOnSave is not triggered when VS saves files on build and/or on run (Start). **Expected behavior** I would expect that FormatOnSave to be triggered if the...

Bug
VS2022

In our XAML files we have copyright headers which we want to look something like this ``` ``` When you save the file using XAML Styler, it forces the trailing...

Feature
Universal

I have a large solution with more than 360 XAML files spanning 36 projects. When I run the Xaml Styler for entire Solution I get the error "Object reference not...

Bug
VS2022