vote up 3 vote down star
1

Visual Studio 2008's XAML editor (SP1) cannot reformat the XML into a consistent style.

Which tools can I use to get a nicely formatted XAML file? Studio integration preferred.

flag

69% accept rate

6 Answers

vote up 2 vote down check

Here's a link that is specific to VS2008 XAML formatting but the good news is you can do it directly inside VS.

http://geekswithblogs.net/lbugnion/archive/2007/09/29/Cleaning-up-XAML-code-and-improving-parsing-time-with-Blend.aspx

link|flag
thanks, I found that already. It's good enough for me! – David Schmitt Sep 17 '08 at 12:55
vote up 2 vote down

While browsing through the options, I found that I had to set "Position each attribute on a separate line" and "Position first attribute on same line as start tag" under "Tools > Options ... > Text-Editor > XAML > Formatting > Spacing" and reset the Keyboard mappings under "Tools > Options ... > Environment > Keyboard" to "Visual C# 2005".

Now the XAML editor reformats the XAML to my taste when pressing Ctrl+E, D.

link|flag
vote up 2 vote down

Karl just released v2 of his XAML Power toys and it can reformat your xaml from VS2008! Check out the video about XAML Power Toys Accessories

http://karlshifflett.wordpress.com/2008/09/16/xaml-power-toys-v2-release-finally-code-name-hawaii/

link|flag
vote up 1 vote down

The only tool I found is Kaxaml, which does nice formatting ("XAML Scrubber" entry in the left menu), but being a stand-alone editor doesn't quite make the cut.

link|flag
vote up 1 vote down

http://www.dimebrain.com/2008/05/automating-read.html is a nice plugin for formatting your xaml so the attributes line up underneath each other.

link|flag
That just does what the VS2008 editor can do himself, if the options are set right. – David Schmitt Sep 17 '08 at 12:55
vote up 0 vote down

Have you tried CTRL K, D?

link|flag
VS 2008's XAML Editor doesn't recognize that as a chord. – David Schmitt Sep 7 '08 at 15:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.