find_unused_exports
Identifies exported symbols that are not imported anywhere in the project, enabling removal of unused exports to clean up code.
Instructions
Scans the project to identify exported classes, functions, or variables that are never imported anywhere in the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||