fullscope_usages
Find all files that import or reference a specific symbol, such as a function or class, across your project. Results are grouped by file to help trace dependencies and debug who calls what.
Instructions
Find where a symbol (function, class, variable) is imported or referenced across the project. Returns results grouped by file. Complements fullscope_skeleton — skeleton shows what a file provides, usages shows where those exports are consumed. Best for: debugging "who calls this?", understanding dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory to search in (defaults to cwd) | |
| symbol | Yes | Symbol name to find usages of | |
| max_results | No | Max matches to return (default 50) |