33.15.6 Call Hierarchy ViewThe
Call Hierarchy view presents the call tree of a
method or
TCM.
Place the editor cursor on a method definition or method call,
right-click, and choose
Show > Call Hierarchy, or press
Ctrl + Alt + H.
You can
expand nodes in the tree to further inspect the hierarchy.
Tip:
Double click on any node to jump to the
method call.
Tip: Use
Up and Down arrow keys to navigate the view,
Left to collapse and
Right to expand.
Tip:
Right-click on a node to:
Remove from View Remove selected node from the tree.
Expand Children Expand all children of the selected node.
Expand Multiple Levels Expand a custom number of levels from the selected node.
Go to Declaration Jump to the declaration of the selected method.
Toolbar
Icons
Refresh
The Call Hierarchy view is
not automatically updated at incremental build.
When you decide it's time to recompute the view contents, simply click the
Refresh toolbar button.
Note: Refresh may not retain the state of the method call tree.
|