6

I'm using Android Studio v3.0 Beta 6 on Windows to edit C++ code and I'd like to know how to toggle (jump) between header (h, hpp) file and its corresponding CPP file. For example, using Visual Assist in Visual Studio, this is accomplished with Alt + O.

If this is not configurable by default in Android Studio, is there a plugin I can install that will enable this functionality?

void.pointer
  • 24,859
  • 31
  • 132
  • 243
  • 4
    Try Ctrl+Alt+Home. Otherwise, search for "Related Symbol" in the keymap – Justin Oct 02 '17 at 18:39
  • 1
    Related questions: [(1)](https://stackoverflow.com/q/33906528/1896169) [(2)](https://stackoverflow.com/q/20682455/1896169) – Justin Oct 02 '17 at 18:42
  • @Justin Thanks, that does it. For others, this maps to the `Related Symbol...` command. – void.pointer Oct 02 '17 at 18:42
  • 1
    I know CLion is a different IDE altogether, but the Jetbrain IDEs are all very related. Maybe this shouldn't be closed as a duplicate of that, but idk – Justin Oct 02 '17 at 18:48

0 Answers0