save_document
Save a file to the LSP server to enable analysis. Use before requesting diagnostics, hover information, or completions. The file stays open for continued analysis until explicitly closed.
Instructions
Save a file in the LSP server for analysis. Use this tool before performing operations like getting diagnostics, hover information, or completions for a file. The file remains open for continued analysis until explicitly closed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to save |