Boris Callens
Boris Callens

Reputation: 93337

Implement interface feature dissapeared after installing coderush for C#

After seeing some nice recommendations for CodeRush C# I decided to give it a try. After installing it, loading of VS2008SP1 took way longer

But way more worse, lots of default features have disappeared All the ctrl + features have gone. No more implement interface :(

Uninstalled it, loading times back to normal, icons still in splash screen, ctrl + function still broken. I'm already feeling the ants in my pants! :@

I feel more is to come. Can someone explain to me what went wrong?

Uninstall left a dll on my harddisk. Deleted it, reset my settings in visual studio. Restarted and it was back to normal. Don't know what went wrong nor what exactly fixed it. And on that bomb shell, I'm closing this entry.

Upvotes: 0

Views: 1062

Answers (3)

Rory Becker
Rory Becker

Reputation: 15701

Coderush installs it's own keystroke manager which sits above the IDE's keystroke selection. The Coderush keystroke management system is in theory more context sensitive than its VS counterpart. This means that Coderush will intercept everything but will pass the keystrokes on to VS if it's context requirements are not met.

You can view the keystrokes which Coderush has specific bindings for through the DevExpress menu..

They are available from DevExpress\Options....IDE\Shortcuts..

Also you can disable or reassign any of these which get in your way.

Could you please detail the specific Keystroke(s) you are having difficulty with?

If you would like some extended help with Coderush (And this offer is good for anyone), feel free to email me ([email protected]) and I'll do my best to help you.

I don't work for DevExpress but do have a day-job (for now :P), but if I can help then I will.

Upvotes: 1

abhilash
abhilash

Reputation: 5651

Close all instances of Visual Studio & Try resetting VisualStudio by running "devenv /ResetSettings" from Start->Run

REMEMBER: Before resetting Visual Studio back up your present settings

Upvotes: 1

JohannesH
JohannesH

Reputation: 6450

Try resetting your keybindings in Visual Studio. I can't talk for CodeRush but ReSharper asks before overwriting them.

Upvotes: 0

Related Questions