get_component_usage
Locate all files that import a specific library or component in your codebase to understand dependencies and usage patterns.
Instructions
Find WHERE a library or component is used in the codebase. This is 'Find Usages' - returns all files that import a given package/module. Example: get_component_usage('@mycompany/utils') → shows all 34 files using it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Import source to find usages for (e.g., 'primeng/table', '@mycompany/ui/button', 'lodash') |