"Open Implementation" in Eclipse CDT

c++, eclipse, eclipse-cdt

Solution

I Use F3 when the text is on the function, this alternates between declaration and implementation.

Problem

From within Eclipse CDT (Juno), how can I quickly navigate to a the implementation(s) of a function/method declaration? The `ctrl-click` keyboard shortcut allows me to navigate from the implementation (in a `.cxx` file) to the declaration (`.h` file). I want the opposite behavior.

Original source