lsp_signature_help
Display function and method signatures during code editing to show parameter details and documentation at cursor position.
Instructions
Get function/method signature information when inside a call expression.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column number (1-indexed) |