get_signature_help
Retrieve method signatures and parameter information at a specified zero-based position in a Java source file.
Instructions
Get method signature help at a position.
USAGE: Position on a method call or declaration OUTPUT: Method signatures with parameter info
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 |