VS 2010 / Resharper 5 Mouse Behavior
Posted
by Berryl
on Stack Overflow
See other posts from Stack Overflow
or by Berryl
Published on 2010-04-19T16:50:12Z
Indexed on
2010/04/19
16:53 UTC
Read the original article
Hit count: 230
visual-studio-2010
|resharper
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.
© Stack Overflow or respective owner