java_open_file
Notify the language server that a file is open by providing its path and content, enabling code analysis and language features.
Instructions
Notify the language server that a file is open (didOpen).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the file or a URI (e.g. jdt://...) | |
| content | Yes | Content of the file |