Reputation: 18521
Moving from years of work on intellij to VS2010 (with resharper ) I cant stop clicking the mouse scroll wheel in order to jump to function or variable definition (as in intellij or F12) only to find that this feature does not exist.
Is there a way to set this feature ?
Is there a diffent way to do it with the mouse ?
Thanks.
EDIT - Thanks guys - but I wanted to set the mouse scroll press
Upvotes: 1
Views: 357
Reputation: 4183
if you're really adamant about it, you can check here http://www.codeproject.com/Articles/25369/Forward-Backward-navigation-with-the-mouse-thumb-b to put you in the track for a do-it-yourself approach
Upvotes: 0
Reputation: 8197
Right Click the variable and you will have an option to see definition:-
Upvotes: 0
Reputation: 3612
F12 will go to definition. Power productivity tools comes with a ctrl+click to go to definition.
Power productivity tools: http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef
Upvotes: 1