Constant languageserver_types::NOTIFICATION__DidOpenTextDocument [] [src]

pub const NOTIFICATION__DidOpenTextDocument: &'static str = "textDocument/didOpen"

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.