get_hover_info
Retrieve hover documentation, signature, and Javadoc for any symbol in a Java source file by specifying the file path and zero-based line and column coordinates.
Instructions
Get hover information (documentation) for a symbol at a position.
USAGE: Position on any symbol OUTPUT: Signature, Javadoc, and quick info similar to IDE hover
IMPORTANT: Uses ZERO-BASED coordinates.
Requires load_project to be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | Yes | Zero-based column number | |
| line | Yes | Zero-based line number | |
| filePath | Yes | Path to source file |