Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specialize the call{ers,ees,graph} queries into the UI #5

Open
fzipp opened this issue Sep 15, 2013 · 0 comments
Open

Specialize the call{ers,ees,graph} queries into the UI #5

fzipp opened this issue Sep 15, 2013 · 0 comments

Comments

@fzipp
Copy link
Owner

fzipp commented Sep 15, 2013

Specialize the call{ers,ees,graph} queries into the UI: fetch the complete callgraph at startup and cache it. Use it to mark up the source so that all function declarations have a little "jump to caller(s)" button in the margin that performs the "callers" query (from the cached callgraph), and all call sites have a hyperlink on the '(' token that performs a "callees" query (also from the cache). If the result is unique, go straight there without showing the results pane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant