find_references
Locate every usage of a symbol in a project by specifying its file, line, and column. Returns all reference locations for navigation and refactoring.
Instructions
Find all references to a symbol across the project. Returns every location where the symbol is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-indexed) | |
| file | Yes | Relative file path from project root | |
| line | Yes | Line number (1-indexed) |