find_references
Find all references to a symbol in the codebase, including external library sources.
Instructions
Find references for a symbol. This is an enhanced version of java_get_references that marks external library results.
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) |