lsp_code_action
Retrieve quick fixes and refactorings for a selected code range in Scheme files. Returns available code actions from the language server.
Instructions
Get code actions (quick fixes, refactorings) for a range.
Limitation: codeAction is on the scheme-langserver roadmap and may return -32601 "method not found" or behave incompletely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | Yes | ||
| file_path | Yes | ||
| start_line | Yes | ||
| end_character | Yes | ||
| start_character | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||