Enum languageserver_types::notification::DidOpenTextDocument [] [src]

pub enum DidOpenTextDocument {}

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.

Trait Implementations

impl Debug for DidOpenTextDocument
[src]

[src]

Formats the value using the given formatter.

impl Notification for DidOpenTextDocument
[src]

METHOD: &'static str = "textDocument/didOpen"