get_signature_help
Retrieve function signature help at a cursor position in a file, showing available overloads and the active parameter. Useful when inside a function call's argument list to understand expected parameters.
Instructions
Get function signature help at a specific location in a file via LSP. Returns available overloads and highlights the active parameter. Use this when the cursor is inside a function call's argument list to understand what parameters the function expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| language_id | No | ||
| line | Yes | ||
| column | Yes |