<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>resharperpowertoys Wiki Rss Feed</title><link>http://resharperpowertoys.codeplex.com/wikipage</link><description>resharperpowertoys Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=46</link><description>
&lt;h2&gt;&lt;span style="color:red"&gt;IMPORTANT NOTE: As of ReSharper 6, the ReSharper PowerToys are available for download as part of the
&lt;a href="http://www.jetbrains.com/resharper/download/index.html"&gt;ReSharper SDK&lt;/a&gt;.&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as PowerToy plug-ins. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates a Dispose() method &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Gist"&gt;Gist PowerToy&lt;/a&gt;: publish code snippets to&amp;nbsp;&lt;a href="https://gist.github.com/"&gt;GitHub Gist&lt;/a&gt;&amp;nbsp;&lt;img src="http://download.codeplex.com/download?ProjectName=resharperpowertoys&amp;DownloadId=259224" alt="" width="18" height="18"&gt;
&lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options pages &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding"&gt;ZenCoding PowerToy&lt;/a&gt;: ZenCoding for HTML
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Binary&lt;/h3&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h3&gt;Source Code&lt;/h3&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v&amp;lt;r#ver&amp;gt;\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2011 ReSharper PowerToys&lt;/div&gt;
</description><author>nesteruk</author><pubDate>Mon, 19 Mar 2012 12:00:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120319120029P</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=45</link><description>
&lt;h4&gt;IMPORTANT NOTE: As of ReSharper 6, the ReSharper PowerToys are available for download as part of the
&lt;a href="http://www.jetbrains.com/resharper/download/index.html"&gt;ReSharper SDK&lt;/a&gt;.&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as PowerToy plug-ins. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates a Dispose() method &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Gist"&gt;Gist PowerToy&lt;/a&gt;: publish code snippets to&amp;nbsp;&lt;a href="https://gist.github.com/"&gt;GitHub Gist&lt;/a&gt;&amp;nbsp;&lt;img src="http://download.codeplex.com/download?ProjectName=resharperpowertoys&amp;DownloadId=259224" alt="" width="18" height="18"&gt;
&lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options pages &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding"&gt;ZenCoding PowerToy&lt;/a&gt;: ZenCoding for HTML
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Binary&lt;/h3&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h3&gt;Source Code&lt;/h3&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v&amp;lt;r#ver&amp;gt;\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2011 ReSharper PowerToys&lt;/div&gt;
</description><author>nesteruk</author><pubDate>Mon, 19 Mar 2012 11:59:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120319115946A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://resharperpowertoys.codeplex.com/documentation?version=11</link><description>
&lt;div class="wikidoc"&gt;
&lt;h2&gt;Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Installation&amp;referringTitle=Documentation"&gt;Installation&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://confluence.jetbrains.net/display/ReSharper/ReSharper&amp;#43;6&amp;#43;Plugin&amp;#43;Development"&gt;Writing plug-ins for ReSharper&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;External Resources
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://hadihariri.com/blogengine/post/2010/01/12/Writing-plug-ins-for-ReSharper-Part-1-of-Undefined.aspx"&gt;Writing Plug-ins for ReSharper Part 1&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://hadihariri.com/blogengine/post/2010/07/20/Writing-plug-ins-for-ReSharper-Part-2-of-N.aspx"&gt;Writing Plug-ins for ReSharper Part 2&lt;/a&gt;&amp;nbsp;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;li&gt;Frequently Asked Questions &lt;/li&gt;&lt;li&gt;PowerToys
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding&amp;referringTitle=Documentation"&gt;Zen Coding&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Gist&amp;referringTitle=Documentation"&gt;Gist&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
</description><author>nesteruk</author><pubDate>Wed, 31 Aug 2011 07:30:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110831073002A</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=44</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as PowerToy plug-ins. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates a Dispose() method &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Gist"&gt;Gist PowerToy&lt;/a&gt;: publish code snippets to&amp;nbsp;&lt;a href="https://gist.github.com/"&gt;GitHub Gist&lt;/a&gt;&amp;nbsp;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=resharperpowertoys&amp;DownloadId=259224" alt="" width="18" height="18"&gt;
&lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options pages &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding"&gt;ZenCoding PowerToy&lt;/a&gt;: ZenCoding for HTML
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Binary&lt;/h3&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h3&gt;Source Code&lt;/h3&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v&amp;lt;r#ver&amp;gt;\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2011 ReSharper PowerToys&lt;/div&gt;
</description><author>nesteruk</author><pubDate>Wed, 31 Aug 2011 07:28:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110831072849A</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=43</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as a PowerToy plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding"&gt;ZenCoding PowerToy&lt;/a&gt;: ZenCoding for HTML
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Gist"&gt;Gist PowerToy&lt;/a&gt;: publish code snippets to
&lt;a href="https://gist.github.com/"&gt;GitHub Gist&lt;/a&gt;&amp;nbsp;&lt;img src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=resharperpowertoys&amp;DownloadId=259224" alt="" width="18" height="18"&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Binary&lt;/h3&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h3&gt;Source Code&lt;/h3&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>derigel</author><pubDate>Thu, 14 Jul 2011 16:55:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110714045511P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://resharperpowertoys.codeplex.com/documentation?version=10</link><description>
&lt;div class="wikidoc"&gt;
&lt;h2&gt;Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Installation&amp;referringTitle=Documentation"&gt;Installation&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Writing plug-ins for ReSharper
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Creating plugin project&amp;referringTitle=Documentation"&gt;Creating plugin project&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Debugging&amp;referringTitle=Documentation"&gt;Debugging&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Deployment: &lt;a href="http://confluence.jetbrains.net/display/ReSharper/Plugin&amp;#43;Deployment"&gt;
http://confluence.jetbrains.net/display/ReSharper/Plugin&amp;#43;Deployment&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;li&gt;External Resources
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://hadihariri.com/blogengine/post/2010/01/12/Writing-plug-ins-for-ReSharper-Part-1-of-Undefined.aspx"&gt;Writing Plug-ins for ReSharper Part 1&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://hadihariri.com/blogengine/post/2010/07/20/Writing-plug-ins-for-ReSharper-Part-2-of-N.aspx"&gt;Writing Plug-ins for ReSharper Part 2&lt;/a&gt;&amp;nbsp;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;li&gt;Frequently Asked Questions &lt;/li&gt;&lt;li&gt;PowerToys
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding&amp;referringTitle=Documentation"&gt;Zen Coding&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Gist&amp;referringTitle=Documentation"&gt;Gist&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
</description><author>derigel</author><pubDate>Thu, 07 Jul 2011 19:46:10 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110707074610P</guid></item><item><title>Updated Wiki: Gist</title><link>http://resharperpowertoys.codeplex.com/wikipage?title=Gist&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;ReSharper Gist PowerToy&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/"&gt;&lt;img align="left" src="https://gist.github.com/images/modules/header/logo_gist.png" width="240" height="65" border="0" style="margin:0px 10px 0px 0px; display:inline; float:left"&gt;&lt;/a&gt;
&lt;strong&gt;Gist&lt;/strong&gt; is a simple way to &lt;strong&gt;share snippets and pastes&lt;/strong&gt; with others.
&lt;br&gt;
All gists are git repositories, so they are automatically &lt;strong&gt;versioned&lt;/strong&gt;,
&lt;strong&gt;forkable&lt;/strong&gt; and usable as a &lt;strong&gt;git repository&lt;/strong&gt;. &lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;With this ReSharper PowerToy you can easily and transparently publish your code snippets on Gist.&lt;/p&gt;
&lt;p&gt;After installation (pickup version matches version of your VS) you will find new menu items at ReSharper → Power Toys → Gist.
&lt;br&gt;
For more effective way to use them just assign shortcut, for example Shift&amp;#43;Alt&amp;#43;G,&amp;#160; for action ReSharper_PowerToys_Gist at Tools → Options → Environment → Keyboard.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>derigel</author><pubDate>Thu, 07 Jul 2011 19:41:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Gist 20110707074126P</guid></item><item><title>Updated Wiki: Gist</title><link>http://resharperpowertoys.codeplex.com/wikipage?title=Gist&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;ReSharper Gist PowerToy&lt;/h1&gt;
&lt;div style="height:0px; clear:both"&gt;&lt;/div&gt;
&lt;p&gt;&lt;img align="left" src="https://gist.github.com/images/modules/header/logo_gist.png" width="240" height="65" style="margin:0px 10px 0px 0px; display:inline; float:left"&gt;
&lt;strong&gt;Gist&lt;/strong&gt; is a simple way to &lt;strong&gt;share snippets and pastes&lt;/strong&gt; with others.
&lt;br&gt;
All gists are git repositories, so they are automatically &lt;strong&gt;versioned&lt;/strong&gt;,
&lt;strong&gt;forkable&lt;/strong&gt; and usable as a &lt;strong&gt;git repository&lt;/strong&gt;. &lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;With this ReSharper PowerToy you can easily and transparently publish your code snippets on Gist.&lt;/p&gt;
&lt;p&gt;After installation (pickup version matches version of your VS) you will find new menu items at ReSharper → Power Toys → Gist.
&lt;br&gt;
For more effective way to use them just assign shortcut, for example Shift&amp;#43;Alt&amp;#43;G,&amp;#160; for action ReSharper_PowerToys_Gist at Tools → Options → Environment → Keyboard.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>derigel</author><pubDate>Thu, 07 Jul 2011 19:39:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Gist 20110707073939P</guid></item><item><title>Updated Wiki: Gist</title><link>http://resharperpowertoys.codeplex.com/wikipage?title=Gist&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;ReSharper Gist PowerToy&lt;/h1&gt;
&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;img style="float:left;padding-right:.5em;" src="http://code.google.com/p/zen-coding/logo?logo_id=1257697522" /&gt; &lt;b&gt;Zen Coding&lt;/b&gt; is set of plugins for HTML and CSS hi-speed  coding.&lt;br /&gt;You can read about it at &lt;a href="http://code.google.com/p/zen-coding/" class="externalLink"&gt;http://code.google.com/p/zen-coding/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;Also, there is starter tutorial in &lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=url%3ahttp%3a%2f%2fwww.smashingmagazine.com%2f2009%2f11%2f21%2fzen-coding-a-new-way-to-write-html-code%2f&amp;referringTitle=Gist"&gt;Smashing Magazine&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;ReSharper ZenCoding PowerToy is way to use such great tool inside Visual Studio.&lt;br /&gt;&lt;br /&gt;After installation (pickup version matches version of your VS) you will find new menu items at ReSharper → Power Toys : &amp;quot;Zen Coding&amp;quot; and &amp;quot;Zen Coding Wrap&amp;quot;.&lt;br /&gt;For more effective way to use them just assign shortcuts for actions ReSharper_PowerToys_ZenCoding and ReSharper_PowerToys_ZenCodingWrap at Tools → Options → Environment → Keyboard.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>derigel</author><pubDate>Thu, 07 Jul 2011 19:33:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Gist 20110707073349P</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=42</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;#160;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as a PowerToy plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding"&gt;ZenCoding PowerToy&lt;/a&gt;: ZenCoding for HTML
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Gist"&gt;Gist PowerToy&lt;/a&gt;: publish code snippets to
&lt;a href="https://gist.github.com/"&gt;GitHub Gist&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Binary&lt;/h3&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h3&gt;Source Code&lt;/h3&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>derigel</author><pubDate>Thu, 07 Jul 2011 19:29:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110707072938P</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=41</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;#160;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as a PowerToy plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;ZenCoding PowerToy: ZenCoding for HTML &lt;/li&gt;&lt;li&gt;Gist PowerToy: publish code snippets to &lt;a href="https://gist.github.com/"&gt;GitHub Gist&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Binary&lt;/h3&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h3&gt;Source Code&lt;/h3&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>derigel</author><pubDate>Thu, 07 Jul 2011 19:26:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110707072639P</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=40</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;#160;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as a PowerToy plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;ZenCoding PowerToy: ZenCoding for HTMl &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;Binary&lt;/h3&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h3&gt;Source Code&lt;/h3&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>derigel</author><pubDate>Wed, 06 Jul 2011 07:17:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110706071700A</guid></item><item><title>Updated Wiki: Temporary Post Used For Theme Detection (ac51b3ce-05c2-48c6-bfd2-598eb2ec429b - 3bfe001a-32de-4114-a6b4-4005b770f6d7)</title><link>http://resharperpowertoys.codeplex.com/wikipage?title=Temporary Post Used For Theme Detection (ac51b3ce-05c2-48c6-bfd2-598eb2ec429b - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This is a temporary post that was not deleted. Please delete this manually. (8d6b2ae9-cfe3-44a0-bc83-885868841b7e - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>derigel</author><pubDate>Wed, 06 Jul 2011 07:14:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Temporary Post Used For Theme Detection (ac51b3ce-05c2-48c6-bfd2-598eb2ec429b - 3bfe001a-32de-4114-a6b4-4005b770f6d7) 20110706071455A</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=39</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper
 originated as a PowerToy plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;ZenCoding PowerToy: ZenCoding for HTMl &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style="font-weight:bold"&gt;Binary&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h4&gt;Source Code&lt;/h4&gt;
&lt;h5&gt;&lt;span style="font-size:13px; font-weight:normal"&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins
 folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.&amp;nbsp;&lt;/span&gt;&lt;/h5&gt;
&lt;p&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>derigel</author><pubDate>Wed, 06 Jul 2011 07:04:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110706070421A</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=38</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper originated as a PowerToy
 plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;ZenCoding PowerToy: ZenCoding for HTMl &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4&gt;Binary&lt;/h4&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h4&gt;Source Code&lt;/h4&gt;
&lt;h5&gt;&amp;nbsp;&lt;/h5&gt;
&lt;p&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins folder. If the Plugins folder
 does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;br&gt;
For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;ActiveMesa R2P&lt;/a&gt;: Extends ReSharper with additional quick-fixes, refactorings, inspections and visualizers.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>nesteruk</author><pubDate>Sun, 03 Jul 2011 10:05:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110703100502A</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=37</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper originated as a PowerToy
 plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;ZenCoding PowerToy: ZenCoding for HTMl &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4&gt;Binary&lt;/h4&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h4&gt;Source Code&lt;/h4&gt;
&lt;h5&gt;&amp;nbsp;&lt;/h5&gt;
&lt;p&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins folder. If the Plugins folder
 does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;br&gt;
For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;R2P&lt;/a&gt;: Extends ReSharper with additional refactorings, inspections and visualizers. Refactorings include:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>RayShade</author><pubDate>Thu, 28 Oct 2010 14:38:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101028023835P</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=36</link><description>
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;
here&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
&lt;div class="wikidoc"&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;
ReSharper Home Page&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper originated as a PowerToy
 plug-in originally. &lt;br&gt;
&lt;br&gt;
The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.&lt;/div&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.&lt;/div&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;Currently, the following plug-ins are provided:&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;&lt;li&gt;ZenCoding PowerToy: ZenCoding for HTMl &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are two ways to install the PowerToys&lt;/div&gt;
&lt;div class="wikidoc"&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;&lt;li&gt;Binary &lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4&gt;Binary&lt;/h4&gt;
&lt;p&gt;Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release&lt;/p&gt;
&lt;h4&gt;Source Code&lt;/h4&gt;
&lt;h5&gt;&amp;nbsp;&lt;/h5&gt;
&lt;p&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins folder. If the Plugins folder
 does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.
&lt;br&gt;
For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.
&lt;br&gt;
Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
&lt;div class="wikidoc"&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the
 PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial
&lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;
here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.
&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts
&lt;/li&gt;&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and
 automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;R2P&lt;/a&gt;: Extends ReSharper with additional refactorings, inspections and visualizers. Refactorings include:
&lt;/li&gt;&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform.
&lt;/li&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions
&lt;/li&gt;&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.
&lt;/li&gt;&lt;/ul&gt;
&lt;pre&gt;{rss:url=http://www.jetbrains.com/resharper/plugins/plugins.jsp?mode=-atom,max=20,titlesOnly=false}&lt;br&gt;&lt;/pre&gt;
&lt;br&gt;
for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;
Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;
&lt;br&gt;
Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;
</description><author>RayShade</author><pubDate>Thu, 28 Oct 2010 14:38:14 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101028023814P</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=35</link><description>&lt;div class="wikidoc"&gt;&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;here&lt;span&gt;&amp;#160;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;  &lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;  &lt;div class=wikidoc&gt;ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper.    &lt;br&gt;    &lt;br&gt;    &lt;br&gt;For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper Home Page&lt;/a&gt; &lt;/div&gt;  &lt;h3&gt;What are they?&lt;/h3&gt;  &lt;div class=wikidoc&gt;   &lt;br&gt;    &lt;br&gt;    &lt;br&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper originated as a PowerToy plug-in originally.     &lt;br&gt;    &lt;br&gt;The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project.     &lt;br&gt;&lt;/div&gt;  &lt;h3&gt;Are they free?&lt;/h3&gt;  &lt;div class=wikidoc&gt;Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License.    &lt;br&gt;&lt;/div&gt;  &lt;h3&gt;What do they include?&lt;/h3&gt;  &lt;div class=wikidoc&gt;Currently, the following plug-ins are provided:    &lt;br&gt;&lt;/div&gt;  &lt;div class=wikidoc&gt;   &lt;ul&gt;     &lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;      &lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;      &lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces &lt;/li&gt;      &lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text &lt;/li&gt;      &lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns &lt;/li&gt;      &lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates &lt;/li&gt;      &lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic &lt;/li&gt;      &lt;li&gt;MenuItem PowerToy: Shows how to work with menu items &lt;/li&gt;      &lt;li&gt;OptionsPage PowerToy: Shows how to work with options page &lt;/li&gt;      &lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector &lt;/li&gt;      &lt;li&gt;ZenCoding PowerToy: ZenCoding for HTMl &lt;/li&gt;   &lt;/ul&gt; &lt;/div&gt;  &lt;h3&gt;How do I install them?&lt;/h3&gt;  &lt;div class=wikidoc&gt;There are two ways to install the PowerToys    &lt;br&gt;&lt;/div&gt;  &lt;div class=wikidoc&gt;   &lt;ul&gt;     &lt;li&gt;Source Code &lt;/li&gt;      &lt;li&gt;Binary &lt;/li&gt;   &lt;/ul&gt; &lt;/div&gt;  &lt;br&gt;  &lt;h4&gt;Binary&lt;/h4&gt; Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release   &lt;br&gt;  &lt;h4&gt;Source Code&lt;/h4&gt;  &lt;h5&gt;&amp;#160;&lt;/h5&gt;  &lt;p&gt;To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder.    &lt;br&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding.     &lt;br&gt;Note: If you want to install the plug-ins per individual user (not globally for all users), place the plug-ins under the %appdata%\JetBrains\&lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper&lt;/a&gt;\v&amp;lt;r#ver&amp;gt;\vs&amp;lt;vsver&amp;gt;\Plugins folder instead.&lt;/p&gt;  &lt;h3&gt;How can I contribute?&lt;/h3&gt;  &lt;div class=wikidoc&gt;There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial &lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;here&lt;/a&gt;     &lt;br&gt;    &lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt; Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex.     &lt;br&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts &lt;/li&gt;      &lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides: &lt;/li&gt;      &lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via: &lt;/li&gt;      &lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;R2P&lt;/a&gt;: Extends ReSharper with additional refactorings, inspections and visualizers. Refactorings include: &lt;/li&gt;      &lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform. &lt;/li&gt;      &lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions &lt;/li&gt;      &lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities. &lt;/li&gt;   &lt;/ul&gt;    &lt;br&gt;for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;Repository page&lt;/a&gt; on JetBrains web site.     &lt;br&gt;    &lt;br&gt;Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hhariri</author><pubDate>Mon, 13 Sep 2010 20:02:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100913080253P</guid></item><item><title>Updated Wiki: Home</title><link>http://resharperpowertoys.codeplex.com/wikipage?version=34</link><description>&lt;div class="wikidoc"&gt;&lt;div class=wikidoc&gt;
&lt;h4&gt;IMPORTANT: The ReSharper PowerToys Issue Tracker is located &lt;a href="http://youtrack.codebetter.com/issues/R%23PT"&gt;here&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;. Please do NOT use the Issue Tracker on this site. You requests, bug fixes and other issues will be ignored!&lt;/h4&gt;
&lt;h2&gt;ReSharper PowerToys&lt;/h2&gt;
ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper. &lt;br&gt;&lt;br&gt;&lt;br&gt;For more information on ReSharper, please visit &lt;a href="http://www.jetbrains.com/resharper"&gt;ReSharper Home Page&lt;/a&gt;
&lt;h3&gt;What are they?&lt;/h3&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;The PowerToys are a series of plug-ins developed by JetBrains and with contributions from the developer community. They provide additional functionality to what is already provided in ReSharper. Some of the current features of ReSharper originated as a PowerToy plug-in originally. &lt;br&gt;&lt;br&gt;The PowerToys are also a good resource for learning how to create your own plug-in for ReSharper and potentially contribute it back to the community via this project. &lt;br&gt;
&lt;h3&gt;Are they free?&lt;/h3&gt;
Yes. Everything under the PowerToys project is provided for free and Open Source, under the terms of the BSD License. &lt;br&gt;
&lt;h3&gt;What do they include?&lt;/h3&gt;
Currently, the following plug-ins are provided: &lt;br&gt;
&lt;ul&gt;
&lt;li&gt;CsUnit PowerToy: Unit Testing &lt;/li&gt;
&lt;li&gt;CyclomaticComplexity PowerToy: Calculates Cyclomatic Complexity &lt;/li&gt;
&lt;li&gt;ExploreTypeInterface PowerToy: Allows you to explore type interfaces&lt;/li&gt;
&lt;li&gt;FindText PowerToy: Powerful add-on for Finding Text&lt;/li&gt;
&lt;li&gt;GenerateDispose PowerToy: Generates Dispose patterns&lt;/li&gt;
&lt;li&gt;LiveTemplatesMacro PowerToy : Macros for Live Templates&lt;/li&gt;
&lt;li&gt;MakeMethodGeneric PowerToy: Makes a method generic&lt;/li&gt;
&lt;li&gt;MenuItem PowerToy: Shows how to work with menu items&lt;/li&gt;
&lt;li&gt;OptionsPage PowerToy: Shows how to work with options page&lt;/li&gt;
&lt;li&gt;ReflectorNavigator PowerToy: Plug-in for Reflector&lt;/li&gt;
&lt;li&gt;ZenCoding PowerToy: ZenCoding for HTMl&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;How do I install them?&lt;/h3&gt;
There are two ways to install the PowerToys &lt;br&gt;
&lt;ul&gt;
&lt;li&gt;Source Code &lt;/li&gt;
&lt;li&gt;Binary&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;h4&gt;Binary&lt;/h4&gt;
Please see the &lt;a href="http://resharperpowertoys.codeplex.com/releases"&gt;Downloads&lt;/a&gt; page to get the latest release &lt;br&gt;
&lt;h4&gt;Source Code&lt;/h4&gt;
To install a plug-in from source code (this applies to any ReSharper plug-in and not only these PowerToys), you need to compile the source code and place the binaries under the %Program Files%\JetBrains\ReSharper\vX.Y\Bin\Plugins folder. If the Plugins folder does not exist, you need to create it. It is considered good practice to place each plug-in in a subfolder of it's own under the Plugins folder. &lt;br&gt;&lt;br&gt;For example, to install ZenCoding plug-in, compile the ZenCoding.csproj and the resulting output should be placed under %Program Files%\JetBrains\ReSharper\v5.0\Bin\Plugins\ZenCoding. &lt;br&gt;
&lt;h3&gt;How can I contribute?&lt;/h3&gt;
There are many ways you can contribute to the project. You can write new plug-ins, submit patches, fixes, features or even help with documentation. If you have an existing ReSharper plug-in that you would like for it to be part of the PowerToys, &lt;a href="http://twitter.com/resharper"&gt;let us know&lt;/a&gt;. The source control is set up using Mercurial, allowing you to easily fork the project, mess around with it, play with it and when ready submit a pull request. Find out more about Mercurial &lt;a href="http://blogs.msdn.com/codeplex/archive/2010/01/22/using-mercurial-on-codeplex.aspx"&gt;here&lt;/a&gt; &lt;br&gt;
&lt;h3&gt;Other ReSharper Plug-ins&lt;/h3&gt;
Apart from the PowerToys, there are other ReSharper plug-ins, some of which are hosted on CodePlex. &lt;br&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://keymaps.forresharper.org/"&gt;Keymaps for ReSharper&lt;/a&gt;: Helps you learn the ReSharper keyboard shortcuts for both the Visual Studio &amp;amp; IntelliJ/Idea schemes. It creates a dockable tool window that contains listings of shortcuts &lt;/li&gt;
&lt;li&gt;&lt;a href="http://github.com/agross/machine.specifications"&gt;MSpec Test Runner&lt;/a&gt;: Integrates support for MSpec (Machine.Specifications) framework into ReSharper unit testing engine. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=http://stylecop.forresharper.org/&amp;referringTitle=Home"&gt;StyleCop for ReSharper&lt;/a&gt;: Allows Microsoft StyleCop to be run as you type, generating real-time syntax highlighting of violations and automatic fixing of StyleCop issues during ReSharper Code CleanUp and via Quick Fixes. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/resharper-tdd-productivity-plugin/"&gt;TDD Productivity Plugin for ReSharper&lt;/a&gt;: This plugin adds additional context actions that reduce the keystrokes and mouse clicks required to perform Test Driven Development. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/agentjohnsonplugin/"&gt;Agent Johnson&lt;/a&gt;: Complements ReSharper with various tools including Smart Generate, value analysis and assertions, 6 refactorings and 17 context actions. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/agentsmithplugin/"&gt;Agent Smith&lt;/a&gt;: C# code style validation plug-in for ReSharper that provides: &lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/arp/"&gt;ARP&lt;/a&gt;: Complements ReSharper with support for NHibernate and log4net via: &lt;/li&gt;
&lt;li&gt;&lt;a href="http://exceptionalplugin.codeplex.com/"&gt;Exceptional Plug-in for ReSharper&lt;/a&gt;: Helps developers analyse thrown exceptions and provide some guidance about them. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.gallio.org/"&gt;The Gallio integration plug-in&lt;/a&gt;: Hooks into the ReSharper Unit Testing system and provides access to rich, open and extensible automation platform. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://nhplugin.lieser-online.de/"&gt;The NHibernate plug-in&lt;/a&gt;: Adds support for NHibernate mapping files to ReSharper. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://activemesa.com/r2p"&gt;R2P&lt;/a&gt;: Extends ReSharper with additional refactorings, inspections and visualizers. Refactorings include: &lt;/li&gt;
&lt;li&gt;&lt;a href="http://xunitcontrib.codeplex.com/"&gt;xUnit.net Contrib&lt;/a&gt;: Runner for xUnit Unit testing framework specifically designed for Test Driven Development on the .NET platform. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://code.google.com/p/whysharper/"&gt;WhySharper&lt;/a&gt;: Gives explanations on some of ReSharper's suggestions &lt;/li&gt;
&lt;li&gt;&lt;a href="http://rsm.codeplex.com/"&gt;ReSharper Setting Manager&lt;/a&gt;: Adds an extended Resharper settings management and sharing capabilities.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;for more information on some of these plug-ins visit the &lt;a href="http://www.jetbrains.com/resharper/plugins/"&gt;Repository page&lt;/a&gt; on JetBrains web site. &lt;br&gt;&lt;br&gt;Copyright (c) 2010 ReSharper PowerToys&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hypersw</author><pubDate>Mon, 13 Sep 2010 19:37:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100913073738P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://resharperpowertoys.codeplex.com/documentation?version=9</link><description>&lt;div class="wikidoc"&gt;&lt;div class=wikidoc&gt;   &lt;h2&gt;Contents&lt;/h2&gt;    &lt;ul&gt;     &lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Installation&amp;referringTitle=Documentation"&gt;Installation&lt;/a&gt; &lt;/li&gt;      &lt;li&gt;Writing plug-ins for ReSharper        &lt;ul&gt;         &lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Creating plugin project&amp;referringTitle=Documentation"&gt;Creating plugin project&lt;/a&gt; &lt;/li&gt;          &lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=Debugging&amp;referringTitle=Documentation"&gt;Debugging&lt;/a&gt; &lt;/li&gt;          &lt;li&gt;Deployment: &lt;a href="http://confluence.jetbrains.net/display/ReSharper/Plugin+Deployment"&gt;http://confluence.jetbrains.net/display/ReSharper/Plugin+Deployment&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;      &lt;li&gt;External Resources&lt;/li&gt;      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://hadihariri.com/blogengine/post/2010/01/12/Writing-plug-ins-for-ReSharper-Part-1-of-Undefined.aspx"&gt;Writing Plug-ins for ReSharper Part 1&lt;/a&gt;&lt;/li&gt;        &lt;li&gt;&lt;a href="http://hadihariri.com/blogengine/post/2010/07/20/Writing-plug-ins-for-ReSharper-Part-2-of-N.aspx"&gt;Writing Plug-ins for ReSharper Part 2&lt;/a&gt;&amp;#160;&lt;/li&gt;     &lt;/ul&gt;      &lt;li&gt;Frequently Asked Questions &lt;/li&gt;      &lt;li&gt;PowerToys        &lt;ul&gt;         &lt;li&gt;&lt;a href="http://resharperpowertoys.codeplex.com/wikipage?title=ZenCoding&amp;referringTitle=Documentation"&gt;Zen Coding&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt;    &lt;br&gt;&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>hhariri</author><pubDate>Tue, 24 Aug 2010 10:20:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100824102016A</guid></item></channel></rss>