I've got a lot of native code, and I want to be able to right click a function name -> Go To -> Implementation(s). I can do this with Java code just fine, but when I try it on my C++ code, it always jumps to the function definition in the header file, not to the implementation in the .cpp file. This is extremely frustrating. Is anyone else having this problem? Anyone find a solution?
Asked
Active
Viewed 634 times
4
-
Why are you tagging this with CLion and IntelliJ when the question is about Android Studio? – legalize Dec 14 '15 at 21:17