up vote 3 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

63% accept rate
feedback

7 Answers

up vote 3 down vote accepted

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|improve this answer
thanks, I found that already. It's good enough for me! – David Schmitt Sep 17 '08 at 12:55
feedback

Have you tried CTRL K, D?

link|improve this answer
VS 2008's XAML Editor doesn't recognize that as a chord. – David Schmitt Sep 7 '08 at 15:44
VS2010 done - it's actually CTRL-K,CTRL-D (Edit.FormatDocument is what it equates to) And works quite nicely at first glance – MrPurpleStreak Aug 2 '10 at 10:24
feedback

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|improve this answer
1  
My blog post about these settings - weblogs.asp.net/akjoshi/archive/2009/02/19/… – akjoshi Aug 18 '11 at 10:07
feedback

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|improve this answer
feedback

Or try xaml styler hosted at http://xamlstyler.codeplex.com/ for visual studio 2010. If you ever used Kaxaml's Xaml Scrubber and you like it, then you could think of this extension is the "Xaml Scrubber" for Visual Studio.

Check http://xamlstyler.codeplex.com/ for feature highlights.

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
That just does what the VS2008 editor can do himself, if the options are set right. – David Schmitt Sep 17 '08 at 12:55
feedback

Your Answer

 
or
required, but never shown

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