Go to method? Follow
I was trying to find this shortcut in keyboard reference card but with no success. I found that CTRL+N is used for classes but sometimes a have a fairly large class and then I have to use 'collapse all' (CTRL+SHIFT+num -) and then look for a method I need. Is there a simplier way to do this?
Please sign in to leave a comment.
You can use 'Go to symbol' for this purpose (Ctrl+Alt+Shift+N).
Also, when in a class file, try Ctrl+F12 for a faster navigation within the file.
Hope it helps,
-Eugene
Also try press Alt+7 and see structure tool window with all methods/properties of this class. But most times Ctrl+F12 is more convenient because of narrow when typing feature (see checkbox at the top).