open_document
Open a file in the Language Server for diagnostics, hover information, and completions. Call this before requesting analyses.
Instructions
Open 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 open |