get_signature_help
Retrieve method signatures and parameter info at a specific source position. Requires prior project load and uses zero-based coordinates.
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 |
|---|---|---|---|
| filePath | Yes | Path to source file | |
| line | Yes | Zero-based line number | |
| column | Yes | Zero-based column number |