hover
Retrieve Javadoc and type information for Java symbols by specifying file path and position to understand code functionality during development.
Instructions
Get hover information (Javadoc, type info) for a symbol at the given position.
Args: file_path: Absolute path to the Java file line: 0-indexed line number character: 0-indexed character position
Returns: Dictionary with 'content' (markdown) or 'status'/'message' if initializing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| line | Yes | ||
| character | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||