find_references
Find all references and usages of a symbol in the workspace, returning file paths, line numbers, and code snippets.
Instructions
Searches the workspace for references to a given symbol name. Returns file paths, line numbers, caller names, and matching code snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbolName | Yes | The name of the symbol to find usages of. |