Описание тега resharper-sdk

The ReSharper SDK allows developers to create their own plug-ins for JetBrains ReSharper.

The ReSharper SDK allows developers to create their own plug-ins for JetBrains ReSharper. The SDK consists of the following:

  • A complete set of ReSharper reference assemblies, including PDBs and XML documentations. These assemblies include ReSharper's core DLLs as well as the unit testing infrastructure, letting developers test their own plug-ins.
  • A set of project and solution templates for Visual Studio 2010, that help developers quickly get started with a preconfigured sample plug-in.
  • A set of item templates that let plug-in authors quickly add various ReSharper features to their plug-in.
  • A comprehensive set of samples which include the ReSharper PowerToys as well as a separate plug-in that demonstrates a single feature implemented accross many of ReSharper's extensibility mechanisms.

To download the SDK, please visit the ReSharper Downloads page. For a comprehensive document on plug-in development, consult the ReSharper Plugin Development Guide.