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.
If you use the f3 key or ctrl+click over a class/method in eclipse, it opens the corresponding class/method.
The CDT is Eclipse's C/C++ Development Tooling project. It is an industrial-strength C/C++ IDE that also serves as a platform for others to provide value-added tooling for C/C++ developers.
You can use ⌘B (macOS), or Ctrl+B (Windows/Linux), to navigate to an implementation.
I Use F3 when the text is on the function, this alternates between declaration and implementation.
The ctrl-click in the header file moves you to a source (implementation) file and vice-versa.
P.S. I test it on Juno SR1.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With