On my bullseye machine with codelite 14.0, when I place the cursor inside a word and right-click, a menu pops up, and two of the items on the menu are "Goto Declaration" and "Goto Implementation". Admittedly, these don't always do anything, but often they do, and allow me to immediately go to the place that a type or a variable is declared or defined, even if it's in a different file.
These items are missing on my debian bookworm machine with codelite 17.0.
Where do I find the equivalent functionality in 17.0?
For example, if I have the line:
country_name = fields[CTY_NAME];
how do I, in 17.0, view the declaration of country_name?