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?