find_references
Find all references to a symbol in the codebase to reveal dependencies and guide refactoring.
Instructions
š Find all references to a symbol throughout the codebase.
šÆ PURPOSE: Discovers everywhere a symbol is used, imported, or referenced, showing usage patterns and dependencies. š§ USAGE: Use after find_definition to understand how a symbol is used across the codebase. ā” PERFORMANCE: Fast operation (1-3s) - efficiently searches the indexed code graph. š WORKFLOW: find_definition ā find_references ā analyze usage patterns ā complexity_analysis for refactoring insights. š” TIP: Essential for impact analysis before refactoring - shows all code that would be affected by changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol name to find references for (exact or partial match) |