View this site on GitHub

CodeRush Plugins

Adding even more awesome to CodeRush

Recent Plugins

Older Plugins

The following older plugins are not currently available in VSIX format. Please See here for how to install these older plugins

Where else can I find more CodeRush plugins?

CodeRush plugins can be found all over the place, but they tend to congregate in 3 locations in particular.

The DXCore Community Site

The original site for Community CodeRush plugins. This site was created back in the day, when the best source control available appeared to be SVN. The site hosted all plugins that were contributed to it in a single repository, which made many things difficult, but at the time there appeared to be no obvious better approach. Plugins based here are still maintained but new plugins are unlikely to be stored here since better options have become available.

Visual Studio Gallery

Later it was suggested that certain plugins would benefit from being showcased in a more prominent setting. By this time we had developed the facility to create plugins which would install via VSIX. This meant that we could use the Visual Studio Gallery to host VSIX versions of some plugins.

Therefore we have some CodeRush plugins hosted on the Visual Studio Gallery

In addition, plugins can be discovered from within Visual studio itself. (Tools\Extensions and Updates)

GitHub.com

Most recently I (Rory) have transitioned to using git for most source control. I find it very flexible and never seems to get in my way. I started storing my newer plugins in git repositories (one plugin to a repo). After that the natural next-step seemed to be to host them on github.com

Hosting my plugins in this manner has a number of benefits.

...and I'm sure there are other benefits as well.

Therefore you can now also typically find My plugins on github