find_usages
Locate all references to symbols or files across codebases by analyzing semantic relationships instead of text patterns. Identifies imports, calls, renders, and dispatches for accurate dependency tracking.
Instructions
Find all places that reference a symbol or file (imports, calls, renders, dispatches). Use instead of Grep for symbol usages — understands semantic relationships, not just text matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | No | Symbol ID to find references for | |
| fqn | No | Fully qualified name to find references for | |
| file_path | No | File path to find references for |