lsp_open
Open a file in the language server so it can provide hover, completions, and diagnostics. Use at the start of a session and keep the file open.
Instructions
Open a file in the language server (like opening a tab in an editor).
The server needs to know file contents before it can provide hover, completion, or diagnostics for that file.
When to use: When you start working on a Scheme file. Keep the file open for the duration of the session; do NOT open and close repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| language_id | No | scheme |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||