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
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Should be doable, since http://ctags.sourceforge.net/ essentially implements the source code parsing: all that is left is the HTML generation.
Yes, there are tag conflicts, but it works 97% of the time. We could start dealing with tag conflicts by simply linking to the first match to start with.
If you think it would take too much CPU, one option is to do it only for Releases.
cirosantilli
changed the title
Generate hyperlinks for source code identifiers like lxr.free-electrons.com
Generate hyperlinks to definition of source code identifiers like free-electrons.com / opengrok / IDEs
Feb 26, 2017
EDIT implemented: https://help.github.com/en/articles/navigating-code-on-github !!!!!!!
Something like: http://lxr.free-electrons.com/source/fs/compat.c for known file types, so that you can click on definitions and get redirected to it.
This is uber hard, but also uber useful.
Should be doable, since http://ctags.sourceforge.net/ essentially implements the source code parsing: all that is left is the HTML generation.
Yes, there are tag conflicts, but it works 97% of the time. We could start dealing with tag conflicts by simply linking to the first match to start with.
If you think it would take too much CPU, one option is to do it only for Releases.
OpenGrok is doing this, and is amazing: https://github.com/OpenGrok/OpenGrok
Related:
EDIT: we are getting closer: https://help.github.com/articles/finding-changed-methods-and-functions-in-a-pull-request/
The text was updated successfully, but these errors were encountered: