Berryl
Berryl

Reputation: 12843

VS 2010 / Resharper 5 Mouse Behavior

After upgrading to the above configuration I notice that
1) CTRL-Click on a type highlights the type but doesn't take me to the declaration,
2) Clicking on some closure (ie, like a method) toggles whether it's expanded or collapsed.

Since these are both mouse related tasks I figure there is some setting in either VS or R# that I need to change, but I sure can't figure out what it is.

Anybody know?

Cheers,
Berryl

PS - there is an option in R# to ctrl-click to the type but I have that checked and it still does not work.

Upvotes: 2

Views: 524

Answers (2)

Alex Czarto
Alex Czarto

Reputation: 3247

This is in regards to the CTRL click behavior:

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

Greg
Greg

Reputation: 16680

It looks like there's an open bug about this on their bug tracker.

http://youtrack.jetbrains.net/issue/RSRP-178610?projectKey=RSRP&query=%22left+click%22

Maybe if you vote it up, or complain to support, they might fix it faster.

Upvotes: 2

Related Questions