Various simple plugins for ReSharper.
The repository contains the following plugins:
- ShowMvcVerbs - updates the "Go to File Member" menu (ctrl-F12 or Alt-\) to display support HTTP verbs for MVC controller actions.
To build the source, you need the ReSharper 7.1 SDK installed. Then just open the resharper-plugins.sln file and build.
If you wish to just install a copy of the plugins without building yourself:
- Download the latest zip file: ShowMvcVerbs.1.0.zip
- Extract everything
- Run the install.bat file
Feel free to raise issues on GitHub, or fork the project and send a pull request.