Description: Currently, the Symbol-Level Analysis feature provides a list-based view of symbols within a file. However, this functionality significantly overlaps with VS Code's built-in Outline View, which already provides a hierarchical list of classes and methods.
To provide more value, I suggest transforming this feature from a static list into a Graph-based Dependency View, similar to the existing File-level Analysis.
Desired Behavior: Instead of just listing symbols, the extension should visualize the relationships within a single file。