lsp_signature
Retrieve function signature details, including parameter names and types, for a given line and character in Scheme code. Falls back to built-in knowledge if server lacks support.
Instructions
Get signature help for a function call.
Shows parameter names and types for the function being called at the given position.
Limitation: signatureHelp is on the scheme-langserver roadmap and may return -32601 "method not found". If so, fall back to your own knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| character | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||