ReSharper Plugins

Thursday, March 22, 2007

List of ReSharper Plugins

JetBrains ReShaper PowerToys (http://www.jetbrains.net/confluence/display/ReSharper/PowerToys+setup+files)

JetBrains

Find Text
Explore Type Interface
Cyclomatic Complexity
Generate ToString
Generate COM wrapper
Current File Macro

Agent Smith (http://www.agentsmithplugin.com/)

Sergey Zyuzin

Naming convention validation.
Catch or Specify via xml comments.
Member order validation.
Comment validation.
The plugin can analyze a solution subtree for violations.


Felis ReSharper Plugins 1.0.0.0 (news://news.jetbrains.com/ermqf7$3rn$1@is.intellij.net)

Peter Sulek

Todo find
Copy documentation from base



Visual Studio UnitTest (news://news.jetbrains.com/25e0fab2c4ed8c909d2603e48ae@news.jetbrains.com)

Andrew Alm

A plugin to add Visual Studio Unit Testing support to ReSharper.


Toggle Class/Test (news://news.jetbrains.com/596f2315308c85ce314f295ed@jetbrains.net)

Irfan Shah

A small plugin to toggle a class and its test class. Assumptions are that you class and test class have same NameSpace and test class name is ClassNameTest.


Exit points highligher (news://news.jetbrains.com/e5ff87$4mo$1@is.intellij.net)

Ran Wakshlak

This plugin highlights the keywords: "return" and "thorw" in one color and the keywords "break","continue" and "goto" in another color.


Analayze accessibility (news://news.jetbrains.com/e458o9$qsa$1@is.intellij.net)

Ran Wakshlak

Analayzes the accessibility of each property and method of the current type.


Parameter Asserts (news://news.jetbrains.com/596fcc7ea48c918b00899a998@news.jetbrains.com)
Jakob Christensen

Highlights method parameters that are not asserted for null and provides context actions for generating assert statements.

String Empty (news://news.jetbrains.com/596fcc7e9f8c918add23b3997@news.jetbrains.com)
Jakob Christensen

Highlights the string literal "" with a warning and provides a context action to convert it to string.Empty.