Enum lsp_types::notification::DidOpenTextDocument [−][src]
pub enum DidOpenTextDocument {}
Expand description
The document open notification is sent from the client to the server to signal newly opened text documents. The document’s truth is now managed by the client and the server must not try to read the document’s truth using the document’s uri.