get_signature_help
Get function signature help at a specific file location, returning overloads and highlighting the active parameter. Use inside a function call's argument list to see 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 |
|---|---|---|---|
| line | Yes | ||
| column | Yes | ||
| file_path | Yes | ||
| language_id | No |