One thing (it's the same currently): if there's no definition available, but a declaration, <kbd>Ctrl+LBM</kbd> goes nowhere. It might makes sense if it's bound to "got to definition", but it's impractical (i.e. if you've got the header for a lib but not its implementation, it'd be useful to be able to jump to the declaration).
One practical example (although a fairly bad one): in *geanyobject.c*, <kbd>Ctrl+LBM</kbd> on `document_reload` (from the signal definition) goes nowhere, but in *geanyobject.h* there's a member of that name, and there's also a prototype in *pluginsignals.c*. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/958#issuecomment-224725731
