2

In this question - Deploying a CodeRush plugin from the Community Site - I asked about deploying a CodeRush plugin from the Community Site.

I deployed the plugin, and created a key binding.

I've had some inspiration, and want to create a similar plugin with a different name, and a different key-binding, but I now want to remove this plugin.

What steps do I need to take to remove it ?

Community
  • 1
  • 1
cometbill
  • 1,619
  • 7
  • 19
  • 41

1 Answers1

7
  1. From the DevExpress menu, select "About...".
  2. Shift+Click the "Plug-ins..." button. This opens the Community plug-in folder and the CodeRush plug-in folder. Shift+Clicking the button saves you a step and closes the About box for you.
  3. Find the plug-in you want to remove and delete it (or move it to another location). If the plug-in is locked you will need to close down any instances of VS that have loaded the plug-in and then try again.
Mark Miller
  • 985
  • 8
  • 13
  • Mark, you get a plus 1, for the Shift-Button click to open the Community plugins folder so easily. But unfortunately you get a minus 1 for making it obscure and not discoverable. So that cancels it out. ;) – cometbill Apr 14 '11 at 20:45
  • cometbill: And thus illustrating the ongoing tension between discoverability and efficiency. – Mark Miller Jun 13 '11 at 18:01