CTags
CTags copied to clipboard
"find call hierarchy" feature
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.
