views:

261

answers:

3

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.

+1  A: 

Its a beta they have broken it. wait for the next update (they have nightly builds) and see if its been fixed in that.

If you cant wait for them to fix it then go back to 4.5 and vs2008.

Saint Gerbil
Where can I get the `nightly builds`? Do they have a public repository?
Mendy
i tried the night build too.. it didnt work.. and i dont find anybody reported this in their bug reporting tool..
Jeeva S
@ Mendy : Nightly build are here.http://confluence.jetbrains.net/display/ReSharper/ReSharper+5.0+Nightly+Builds
Saint Gerbil
Saint Gerbil
No. It doesnt.. and i checked 3rs option is ticked.
Jeeva S
+1  A: 

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
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 S
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
A: 

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