Book Image

ReSharper Essentials

By : Lukasz Gasior
Book Image

ReSharper Essentials

By: Lukasz Gasior

Overview of this book

Table of Contents (18 chapters)
ReSharper Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


ReSharper comes with many ways of extending its functionality, from simply adding new templates to creating advanced plugins.

JetBrains provides many tools that make it easier to create plugins for ReSharper—SDK, samples, and the Internal mode are very powerful and useful tools.

Creating plugins for a big tool such as ReSharper is a very vast topic and can be described in detail in a separate book. This means that it is not possible to give you all the information in one chapter. The purpose of this chapter was to show you the basic concepts related to creating the ReSharper plugin and start thinking about your amazing plugins.

If you would like to learn more about how to write ReSharper plugins, you can visit the ReSharper Plugin Development page at http://confluence.jetbrains.com/display/NETCOM/ReSharper+Plugin+Development and review the plugins provided with SDK samples. Also, there are a couple of open source plugins that you can find at http://github.com or http://www.codeplex...