lsp_signature_help
Retrieve function signature help for a C++ call site by providing file path, line, and column inside the parentheses.
Instructions
Get function signature help at a call site.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The LSP session identifier. | |
| file_path | Yes | Absolute path to the C++ source file. | |
| line | Yes | 0-indexed line number. | |
| column | Yes | 0-indexed column number (should be inside the parentheses of a function call). |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |