get_project_structure
Visualize Java project package hierarchy with file counts to understand code organization. Requires a loaded project to display source roots and structure.
Instructions
Get project structure showing package hierarchy.
USAGE: Call to see the package tree of the loaded project OUTPUT: Source roots with packages and file counts
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeFiles | No | Include file names in each package (default false) | |
| maxDepth | No | Maximum package depth to show (default 10) |