How can I reformat XAML nicely in VS 2008? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T00:38:14Z http://stackoverflow.com/feeds/question/47685 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/47685/how-can-i-reformat-xaml-nicely-in-vs-2008 3 How can I reformat XAML nicely in VS 2008? David Schmitt 2008-09-06T17:33:38Z 2008-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#47688 1 Answer by David Schmitt for How can I reformat XAML nicely in VS 2008? David Schmitt 2008-09-06T17:35:46Z 2008-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#47714 1 Answer by FlySwat for How can I reformat XAML nicely in VS 2008? FlySwat 2008-09-06T18:34:18Z 2008-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#47784 2 Answer by David Schmitt for How can I reformat XAML nicely in VS 2008? David Schmitt 2008-09-06T20:02:17Z 2008-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#62668 1 Answer by Brownie for How can I reformat XAML nicely in VS 2008? Brownie 2008-09-15T13:07:48Z 2008-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#68212 2 Answer by Daniel for How can I reformat XAML nicely in VS 2008? Daniel 2008-09-16T00:23:03Z 2008-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#70510 2 Answer by rudigrobler for How can I reformat XAML nicely in VS 2008? rudigrobler 2008-09-16T08:56:19Z 2008-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>