java_get_definition
Retrieve the definition location of a symbol in a Java file by providing the file path, line number, and character offset.
Instructions
Get definition location 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) |