I know how to navigate to a file or a class, but can I navigate to a class's method?
Oh and say I am viewing a different class's file
|
I know how to navigate to a file or a class, but can I navigate to a class's method? Oh and say I am viewing a different class's file |
||||
|
|
|
Ctrl + Shift + Alt + N -> navigate to symbol
|
|||||||||||||
|
|
Ctrl + Click (or Right Click > Go To Declaration). Works on Methods, Fields, Properties, Types, and just about everything else. |
|||||||||
|
|
With respect to my correctly configured keybindings, all of the previous answers seem outdated/invalid to me. I say:
|
|||
|
|
|
If you are using Resharper IDEA Scheme, do ctrl + F12 and you can enter a member name, fastest way to navigate to a method, property etc on that file |
|||
|
|
|
Another tip for the current file is to use the File Structure window - can also drag and drop members around from the window. |
|||
|
|