ReSharper 5.1 can't navigate to a type from anywhere
I'm running Visual Studio 2010 (10.0.40219.1 SP1Rel) with ReSharper 5.1 (5.1.3000.12). Recently, it seems as though ReSharper has completely lost the ability to navigate to a type.
Here are some actions I can take in the UI that now do nothing:
Right-click on type name in code editor and select "Go To Declaration"
Right-click on type name in code editor and select "Go To Implementation"
R# "Go to type" (Ctrl-T)
- In the R# "Find Results" window, double-clicking a type
Here are some actions that still work:
- Double-clicking an item in Solution Explorer
- Opening a file from VS Command Window
I've completely uninstalled Visual Studio, then reinstalled it with SP1, and ReSharper 5.1, and I still have the same problem.
I'm assuming there's some kind of confi开发者_C百科guration open that I've done that is disabling the ability to navigate to a type with ReSharper, I just can't figure out what it is.
Any advice would be much appreciated.
I just experienced this problem. None of the previous suggestions worked for me unfortunately, but I managed to resolve it:
- Go to Resharper -> Options
- Under Keyboard Shortcuts, temporarily switch to a different scheme than the one selected
- Press 'Apply Scheme' button then press Save
- hen repeat, but this time select the scheme you actually want and press 'Apply Scheme'
Hopefully that fixes it!
I am using VS 2010 SP1 (same as you)
Delete the Resharper temp files in the same location as your solution file. The folder name will be something like _ReSharper.SomeSolution
Failing that, try one of the R# nightly builds here altho it should work with your current config.
精彩评论