ReSharper 2.5 Plugin Development

compared with
Current by Serge Baltic
on Feb 19, 2008 21:19.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
{panel:title=Warning| borderStyle=solid| borderColor=#ccc| titleBGColor=#F7D6C1| bgColor=#FFFFCE}This information is valid for ReSharper version 2.5.2. Plug-in development documentation for ReSharper 3.0 will be available sometime after release.{panel}


h2. ReSharper Plugins
If you feel bounded by the fixed set of ReSharper and Visual Studio possibilities, you can add the features of your dreams yourself with ReSharper API. Bounds on this level are extremely wide - actually, many ReSharper features are implemented using the same API that is at plugins' command. And thanks to its managed nature you can use ReSharper API just as a handy wrapper around messy Visual Studio COM interfaces.