views:

425

answers:

3

this is driving me crazy, ever since I installed ReSharper 4, F12 no longer seems to work. If you look at the all the ReSharper short cuts in the Goto sub menu Declaration doesn't have any assigned!

The only way I can go to declaration is by using ALT and ` and then selecting Declaration.

I have tried un-installing and re-installing ReSharper with no luck, I have also, in ReSharper option asked it to use the default Visual Studio Key Bindings but that doesn't to work either.

Interestingly, when I do use ALT and ` I actually get two entries for the Declaration option.

Has anyone come across this problem

I am using Visual Studio 2005 SP1

+2  A: 

I have had a few occasions where Resharper and Visual Studio keybindings got mixed up and I had problems sorting them out.

If it is only one or two bindings you care about then you can change them by going to the

Tools->Customize->Keyboard menu option.

Rik Garner
A: 

I ran into the same issue and resolved it by first resetting my Visual Studio keyboard mappings:

Tools > Options > Keyboard > Reset

Then going into the ReSharper options and applying the scheme:

Resharper > Options > Visual Studio Integration > Apply Scheme

Ryan
A: 

It is a shame that ReSharper simply changes metadata viewer by its own. I prefer default VS2008's version by far.

Rafael Costa