How to remove a Visual Studio 2010 extension?

3

What is this? How to remove / disable this feature of VS2010?

What are these 3 points that appear?

    
asked by anonymous 28.02.2015 / 01:11

1 answer

4

You have DevExpress CodeRush installed. You need to disable or uninstall it.

If it is the Express version, you need to make the Menu DevExpress like this:

SHIFT Ctrl

Then with the menu appearing you go in Unload .

In order not to vote, you will have to go to the same menu and choose Options -> Core -> Startup -> Expert -> Load Manually

Maybe you're already in "Expert" mode.

But if you want to uninstall then you should find its installer in the Windows Control Panel in the same place where you uninstall any other program. Unfortunately it leaves some traces even after uninstalled but it will no longer be available in VS.

    
28.02.2015 / 01:30