lsp_complete
Trigger auto-completion at the cursor position to get identifiers in the current scope, including local bindings from let and lambda parameters. Use for real-time Scheme code completion.
Instructions
Trigger auto-completion at the cursor position.
Like pressing Ctrl+Space in an IDE. Returns identifiers available in the current scope, including local bindings (let, lambda parameters) that may not be obvious from a simple text search.
Confidence: MEDIUM. The list may miss identifiers generated by macros.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| character | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||