Search code examples
android-studionavigation

Is there a way to jump back and forth between the header and the source file in Android Studio?


If I'm in the header, I'd like to switch to the source, and vice versa. Something like the XCode keyboard shortcut Ctrl + Cmd + up arrow (I'm on Mac).

Thanks!


Solution

  • Ok, I found it. It's in the menu:

    Navigate > Header/Source.

    You can find and edit the key mapping as needed.

    Thanks for the tip @CodeMole!