lsp_signature_help
Show function or method call signature details at a cursor position, identifying argument errors, missing parameters, and incorrect overloads.
Instructions
Return function/method call signature information at a position. Maps to textDocument/signatureHelp. Useful for checking wrong arguments, missing parameters, incorrect overloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute or workspace-relative path to the file. | |
| position | Yes | Line/character position (zero-based) at the call site. |