Reputation:
In eclipse, F3 or Ctrl+mouseClick in particular on a (function, class, interface, variable) name opens the corresponding (function, class, interface, variable). but in visual studio only a same class method definition opens using F12.
What is the corresponding shortcut to Eclipse's F3 / ctrl+click
Upvotes: 3
Views: 210
Reputation: 178650
F12 is Go To Definition. It should work regardless of whether the cursor is on a method, type, or field.
Upvotes: 2