Show procedure where a line belongs #4695
gramirez-open
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make opengrok shows the procedure or function where it belongs in the same line where shows results.
something like libreoffice do it:
ExclusiveZone zone( m_syncObject ); in reset()
where reset is the procedure where the line ExclusiveZone zone( m_syncObject ); belongs.
in my project i configure a custom .ctags and tags file, but when i see results and use the api, the results keep being the default ones
i'm trying to doing it for a plsql project.
Beta Was this translation helpful? Give feedback.
All reactions