5

In Visual Studio 2010 Beta 2 with Resharper 5 Beta, Goto Declaration (CTRL + Click) is not working. Anybody has solution for that? I tried in google but couldn't find any solution yet.

sth
  • 222,467
  • 53
  • 283
  • 367
Jeeva Subburaj
  • 1,881
  • 2
  • 18
  • 26
  • I have this problem also http://stackoverflow.com/questions/16737912/go-to-declaration-does-not-work-in-resharper-on-vs2005-2008-2010-2012-on-win8-64 – Royi Namir Sep 10 '13 at 12:33

3 Answers3

1

Its a beta it was broken. They have updated and fixed it now.

if you want to get the Daily Build it is avalible at http://confluence.jetbrains.net/display/ReSharper/ReSharper+7+EAP

Although I'm sure that link will stop working when R#7 goes gold.

Mark Broadhurst
  • 2,675
  • 23
  • 45
1

You can also try the (free) extension I wrote that makes ctrl+click invoke Go To Definition: Go To Definition (on the VS Gallery), or download it from inside Visual Studio 2010 by going to the Extension Manager and searching for it by name (or for my name).

Noah Richards
  • 6,777
  • 2
  • 31
  • 28
  • Finally unistalled resharper now and using this extension now. i am hoping that we will get more and more extesnion of what resharper provides now so that we wont depends on third party softwares. – Jeeva Subburaj Feb 21 '10 at 06:14
  • If you find bugs, you can report them on my blog (http://blogs.msdn.com/noahric) or on the github page (http://github.com/noahric/gotodef) for this extension. – Noah Richards Feb 21 '10 at 17:00
  • http://stackoverflow.com/questions/16737912/go-to-declaration-does-not-work-in-resharper-on-vs2005-2008-2010-2012-on-win8-64 – Royi Namir Sep 10 '13 at 12:33
0

At first I thought it wasn't working either, but then I realized that it just works differently (not as good IMO):

If you quickly go CTRL-Click, nothing happens. But if you hold down CTRL, until a blue underline appears, and THEN click, it goes to the definition (for me anyway).

Alex Czarto
  • 3,151
  • 4
  • 28
  • 28