find_symbol_references
Locate call-sites, imports, and usages of a specific symbol across workspace code files. Returns file paths, line numbers, usage classification, and code snippets.
Instructions
Find call-sites, imports, and usages of a specific symbol across workspace code files. Returns occurrences with file paths, line numbers, usage classification ('import' vs 'reference'), and snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sub_dir | No | ||
| path_glob | No | ||
| workspace | No | default | |
| max_matches | No | ||
| symbol_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||