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

"find call hierarchy" feature #315

Closed
mimoo opened this issue Sep 6, 2016 · 1 comment
Closed

"find call hierarchy" feature #315

mimoo opened this issue Sep 6, 2016 · 1 comment

Comments

@mimoo
Copy link

mimoo commented Sep 6, 2016

Hey!

In Xcode, you can right click on a function > "find call hierarchy"

it displays a tree showing up all the function calling it, then all the function calling these ones, and on and on. You can super easily see how a function is truly used.

Right now with CTags I can only find the definition/declaration of a function, but not its usages.

image

@deathaxe
Copy link
Member

deathaxe commented Jan 7, 2024

ST doesn't provide an API to display custom tree items. A text based solution in a view or panel doesn't seem viable.

@deathaxe deathaxe closed this as not planned Won't fix, can't repro, duplicate, stale Jan 7, 2024
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

3 participants