How can I reformat XAML nicely in VS 2008? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T00:38:14Zhttp://stackoverflow.com/feeds/question/47685http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-20083How can I reformat XAML nicely in VS 2008?David Schmitt2008-09-06T17:33:38Z2008-09-16T08:56:19Z
<p>Visual Studio 2008's XAML editor (SP1) cannot reformat the XML into a consistent style.</p>
<p>Which tools can I use to get a nicely formatted XAML file? Studio integration preferred.</p>
http://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-2008/47688#476881Answer by David Schmitt for How can I reformat XAML nicely in VS 2008?David Schmitt2008-09-06T17:35:46Z2008-09-06T17:35:46Z<p>The only tool I found is <a href="http://www.kaxaml.com/" rel="nofollow">Kaxaml</a>, which does nice formatting ("XAML Scrubber" entry in the left menu), but being a stand-alone editor doesn't quite make the cut.</p>
http://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-2008/47714#477141Answer by FlySwat for How can I reformat XAML nicely in VS 2008?FlySwat2008-09-06T18:34:18Z2008-09-06T18:34:18Z<p>Have you tried CTRL K, D?</p>
http://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-2008/47784#477842Answer by David Schmitt for How can I reformat XAML nicely in VS 2008?David Schmitt2008-09-06T20:02:17Z2008-09-06T20:02:17Z<p>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".</p>
<p>Now the XAML editor reformats the XAML to my taste when pressing Ctrl+E, D.</p>
http://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-2008/62668#626681Answer by Brownie for How can I reformat XAML nicely in VS 2008?Brownie2008-09-15T13:07:48Z2008-09-15T13:07:48Z<p><a href="http://www.dimebrain.com/2008/05/automating-read.html" rel="nofollow">http://www.dimebrain.com/2008/05/automating-read.html</a> is a nice plugin for formatting your xaml so the attributes line up underneath each other.</p>
http://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-2008/68212#682122Answer by Daniel for How can I reformat XAML nicely in VS 2008?Daniel2008-09-16T00:23:03Z2008-09-16T00:23:03Z<p>Here's a link that is specific to VS2008 XAML formatting but the good news is you can do it directly inside VS.</p>
<p><a href="http://geekswithblogs.net/lbugnion/archive/2007/09/29/Cleaning-up-XAML-code-and-improving-parsing-time-with-Blend.aspx" rel="nofollow">http://geekswithblogs.net/lbugnion/archive/2007/09/29/Cleaning-up-XAML-code-and-improving-parsing-time-with-Blend.aspx</a></p>
http://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-2008/70510#705102Answer by rudigrobler for How can I reformat XAML nicely in VS 2008?rudigrobler2008-09-16T08:56:19Z2008-09-16T08:56:19Z<p>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</p>
<p><a href="http://karlshifflett.wordpress.com/2008/09/16/xaml-power-toys-v2-release-finally-code-name-hawaii/" rel="nofollow">http://karlshifflett.wordpress.com/2008/09/16/xaml-power-toys-v2-release-finally-code-name-hawaii/</a></p>