3

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

4

1 に答える 1

2

F12 is Go To Definition. It should work regardless of whether the cursor is on a method, type, or field.

于 2009-02-27T09:43:50.157 に答える