Ios – Xcode shortcut for jumping to implementation of a method

iosiphonekeyboard shortcutsxcode

Is there a keyboard shortcut in Xcode for jumping to the implementation of a method? I am aware of the fact the command+click will jump to definition, but I want to jump to the implementation method, not the definition. Also, I want to use keyboard shortcuts, with no involvement of the mouse (including clicks).

Best Answer

Keyboard shortcut for 'jump to definition' in XCode 4.5: Control-Command-J

Another useful shortcut after jumping to definition is Control-Command-Left (which takes you back).