find_references
Locate all references to a code symbol across the project by specifying file path, line, and column with zero-based coordinates.
Instructions
Find all references to a symbol across the project.
USAGE: Position on symbol, find all usages OUTPUT: List of reference locations with context
IMPORTANT: Uses ZERO-BASED coordinates.
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number | |
| column | Yes | Zero-based column number | |
| maxResults | No | Max references to return (default 100) |