java_get_hover
Retrieve hover information for a Java symbol by providing its file path, line number, and character offset.
Instructions
Get hover information 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) |