java_get_references
Find all references to a Java symbol in your codebase by specifying its file, line, and character position.
Instructions
Get references for a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the file or a URI (e.g. jdt://...) | |
| line | Yes | Line number (0-indexed) | |
| character | Yes | Character offset (0-indexed) |