Skip to content

Commit

Permalink
Update Code_Explorer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolivaev authored May 3, 2024
1 parent 0fe5089 commit c2f45a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/user-documentation/Code_Explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ In the Code Explorer mode, a suite of actions is available to reveal dependencie

On the toolbar, there are actions to reveal dependencies for the selected nodes:

- **Show Direct Subclasses and Subinterfaces of the Selected Nodes**: Reveals nodes that are subclasses or subinterfaces directly extending or implementing the selected nodes, providing a focused, immediate view of the inheritance structure.
- **Show Subclasse and Subinterface Hierarchy of the Selected Nodes**: Reveals nodes that represent the full subclass and subinterface hierarchy of the selected nodes, displaying both direct and indirect descendants in the inheritance chain.
- **Show Direct Superclasses and Superinterfaces of the Selected Nodes**: Reveals nodes that are superclasses or superinterfaces from which the selected nodes directly inherit or extend, offering a direct view of parent classes or interfaces.
- **Show Superclass and Superinterface Hierarchy of the Selected Nodes**: Reveals nodes that encompass the complete superclass and superinterface hierarchy above the selected nodes, tracing all hierarchical layers back to the top-level ancestors.
- **Show Incoming Dependencies of the Selected Nodes**: Reveals nodes that are direct or recursive dependencies entering the selected nodes.
- **Show Outgoing Dependencies of the Selected Nodes**: Reveals nodes that are direct or recursive dependencies exiting the selected nodes.
- **Show Connected Dependencies of the Selected Nodes**: Reveals nodes that have direct or recursive dependencies connected to the selected nodes.
Expand Down

0 comments on commit c2f45a1

Please sign in to comment.