view_files_full_context
Analyze multiple code files simultaneously to reveal dependencies, expand data structures, and visualize architectural relationships across Java/Spring projects.
Instructions
Code analysis tool with 'Panoramic Vision'. Optimized for Java/Spring to provide a bird's-eye view across multiple files. Key Effects:
[Dependency Transparency]: Automatically lists injected components (Service/Mapper/MQ) and resolves local imports to absolute paths.
[Model Auto-Expansion]: For any DTO/Entity/VO imported in the current file, it automatically extracts their fields and comments. You don't need to open those files separately to understand the data structure.
[Logic Flow Alignment]: Auto-sorts files by architectural role (Controller -> Service -> Mapper) to follow the business call chain.
[API Outline]: Provides method outlines for dependencies to understand their interface at a glance. Tips: (1) Batch related files (e.g. Controller+ServiceImpl) in one call. (2) NOT recommended to read DTO/VO/Entity/Query individually as they are auto-expanded when reading their consumers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| AbsolutePaths | Yes | Absolute paths of files to analyze. | |
| StartLine | No | ||
| EndLine | No |