Jeeva Subburaj
Jeeva Subburaj

Reputation: 1921

Resharper 5 Beta - Goto Declaration (CTRL + Click) is not working

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.

Upvotes: 5

Views: 1214

Answers (3)

Mark Broadhurst
Mark Broadhurst

Reputation: 2695

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.

Upvotes: 1

Alex Czarto
Alex Czarto

Reputation: 3247

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).

Upvotes: 0

Noah Richards
Noah Richards

Reputation: 6867

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).

Upvotes: 1

Related Questions