signatureHelp
Returns function signature and parameter info at a call site, indicating the active signature and overloads.
Instructions
Function signature and param info at a call site. Returns active sig, param index, overloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| line | Yes | Line number (1-based, inside a function call) | |
| column | Yes | Column (1-based, inside a function call) |