You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’m working on a C project in Eclipse CDT and need to create clickable links between functions in comments (without leaving the editor). For example:
c
What I Need:
Editor-native functionality: Click a function name in a comment to jump to its definition.
What Doesn’t Work:
Doxygen tags like @see or @link or @ref or /ref don’t enable in-editor navigation.
Plain text references (e.g., See test2()) aren’t clickable.
Use Case:
I’m documenting a struct of function pointers and need to link each to its implementation:
c
Questions:
Does Eclipse CDT support this natively (e.g., via symbol resolution)?
Are there plugins or hidden features to enable it?
If not, what’s the closest workaround?
Environment:
Eclipse CDT 2025-03
C project with full indexing
Thanks for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions