Signature Help
signatureHelpRetrieve signature information for a function or method at a call site, showing parameter names, types, and documentation for each overload. Use when cursor is inside parentheses to see expected arguments.
Instructions
Get function/method signature information at a call site. Returns parameter names, types, and documentation for each overload. Use when the cursor is inside function call parentheses to understand what arguments are expected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| line | Yes | 1-based line number | |
| offset | Yes | 1-based column offset (inside the parentheses) | |
| triggerReason | No | Optional reason for triggering signature help |