<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ReSharper PowerToys</title><link>http://resharperpowertoys.codeplex.com/project/feeds/rss</link><description>ReSharper PowerToys are plug-ins developed by both the Community and JetBrains for use with ReSharper. </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>New Post: PowerToys for ReSharper 6?</title><link>http://resharperpowertoys.codeplex.com/discussions/275907</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have to agree with this sentiment. Granted, the code is open source, so I'm guessing it would be possible to update the code to include it.&lt;/p&gt;&lt;/div&gt;</description><author>secorbett</author><pubDate>Thu, 20 Oct 2011 15:32:13 GMT</pubDate><guid isPermaLink="false">New Post: PowerToys for ReSharper 6? 20111020033213P</guid></item><item><title>New Post: PowerToys for ReSharper 6?</title><link>http://resharperpowertoys.codeplex.com/discussions/275907</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have upgraded ReSharper to 6.0 and I really miss the cyclomatic complexity plugin. Is there any hope that it will be there soon?&lt;/p&gt;
&lt;p&gt;/Brian&lt;/p&gt;
&lt;/div&gt;</description><author>belgaard</author><pubDate>Fri, 14 Oct 2011 12:57:57 GMT</pubDate><guid isPermaLink="false">New Post: PowerToys for ReSharper 6? 20111014125757P</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>Source code checked in, #6e7cd59b3fec</title><link>http://resharperpowertoys.codeplex.com/SourceControl/changeset/changes/6e7cd59b3fec</link><description>project files patched</description><author>dmitri</author><pubDate>Tue, 30 Aug 2011 09:35:50 GMT</pubDate><guid isPermaLink="false">Source code checked in, #6e7cd59b3fec 20110830093550A</guid></item><item><title>Source code checked in, #6fd0780f47d4</title><link>http://resharperpowertoys.codeplex.com/SourceControl/changeset/changes/6fd0780f47d4</link><description>solution fixed for 6.1 sdk</description><author>dmitri</author><pubDate>Mon, 29 Aug 2011 11:39:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #6fd0780f47d4 20110829113927A</guid></item><item><title>Source code checked in, #e47c6b61ef9a</title><link>http://resharperpowertoys.codeplex.com/SourceControl/changeset/changes/e47c6b61ef9a</link><description>minor changes before 6.1 branch</description><author>dmitri</author><pubDate>Mon, 29 Aug 2011 08:17:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #e47c6b61ef9a 20110829081756A</guid></item><item><title>Edited Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4]</title><link>http://resharperpowertoys.codeplex.com/workitem/4</link><description>DO NOT POST ISSUES HERE. Use http&amp;#58;&amp;#47;&amp;#47;youtrack.codebetter.com. Select ReSharper PowerToys Project. ALL ISSUES HERE WILL BE REMOVED&amp;#33;&lt;br /&gt;&lt;br /&gt;</description><author>derigel</author><pubDate>Wed, 17 Aug 2011 20:31:15 GMT</pubDate><guid isPermaLink="false">Edited Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4] 20110817083115P</guid></item><item><title>Edited Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4]</title><link>http://resharperpowertoys.codeplex.com/workitem/4</link><description>DO NOT POST ISSUES HERE. Use &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;youtrack.codebetter.com&amp;#93;. Select ReSharper PowerToys Project. ALL ISSUES HERE WILL BE REMOVED&amp;#33;&lt;br /&gt;&lt;br /&gt;</description><author>derigel</author><pubDate>Wed, 17 Aug 2011 20:31:00 GMT</pubDate><guid isPermaLink="false">Edited Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4] 20110817083100P</guid></item><item><title>Edited Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4]</title><link>http://resharperpowertoys.codeplex.com/workitem/4</link><description>DO NOT POST ISSUES HERE. Use http&amp;#58;&amp;#47;&amp;#47;youtrack.codebetter.com. Select ReSharper PowerToys Project. ALL ISSUES HERE WILL BE REMOVED&amp;#33;&lt;br /&gt;&lt;br /&gt;</description><author>derigel</author><pubDate>Wed, 17 Aug 2011 20:29:01 GMT</pubDate><guid isPermaLink="false">Edited Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4] 20110817082901P</guid></item><item><title>Commented Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4]</title><link>http://resharperpowertoys.codeplex.com/workitem/4</link><description>DO NOT POST ISSUES HERE. USE HTTP&amp;#58;&amp;#47;&amp;#47;youtrack.codebetterc.om. Select ReSharper PowerToys Project. ALL ISSUES HERE WILL BE REMOVED&amp;#33;&lt;br /&gt;&lt;br /&gt;Comments: In description you misspelled link&amp;#58; HTTP&amp;#58;&amp;#47;&amp;#47;youtrack.codebetterc.om</description><author>karpach96</author><pubDate>Wed, 17 Aug 2011 16:23:36 GMT</pubDate><guid isPermaLink="false">Commented Issue: DO NOT POST ISSUES HERE. USE HTTP://youtrack.codebetter.com/  [4] 20110817042336P</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>Source code checked in, #1cf001057f1c</title><link>http://resharperpowertoys.codeplex.com/SourceControl/changeset/changes/1cf001057f1c</link><description>Merge with RTM 6.0</description><author>Slava Trenogin</author><pubDate>Thu, 14 Jul 2011 16:34:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #1cf001057f1c 20110714043431P</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></channel></rss>