get_references
Find all files that reference a specific dependency or module name in your codebase, aiding in impact analysis and refactoring.
Instructions
Find files that reference a dependency/module name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| dependency | Yes | ||
| ignoreGlobs | No | ||
| workspacePath | No | Single absolute workspace path (use workspacePaths to supply multiple). | |
| workspacePaths | No | Absolute paths to the workspaces to operate on. |