find_references
Locate all usages of a symbol in a Java project. Provide file path, line, and column (zero-based) to receive a list of reference locations with surrounding context.
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 |
|---|---|---|---|
| line | Yes | Zero-based line number | |
| maxResults | No | Max references to return (default 100) | |
| filePath | Yes | Path to source file | |
| column | Yes | Zero-based column number |