find_references
Searches the entire codebase for all references to a class, function, or variable to map usage and dependencies.
Instructions
Find all references to a symbol (class, function, variable) across the codebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum results | |
| symbol_name | Yes | Name of the symbol to find references for |