0

I have just uninstalled Jetbrain's dotCover 2.7 but it has left all its keyboard items in Visual Studio's (VS2013) options dialogue:

enter image description here

How do I get rid of these?

Piers Myers
  • 10,611
  • 6
  • 46
  • 61

2 Answers2

0

Go to TOOLS menu and select 'Import and Export Settings'. There you can reset all your Visual Studio settings to the default settings.

Spock
  • 7,009
  • 1
  • 41
  • 60
0

Quit vs, then from a developer command prompt, do:

devenv /updateconfiguration

and open Visual studio and see if they are still there. If that doesn't work, do:

devenv /setup

and see if that works. ideally updateconfiguration should do it, but /setup might be reqired depending on how they installed stuff...

John Gardner
  • 24,225
  • 5
  • 58
  • 76