Macro languageserver_types::lsp_notification[][src]

macro_rules! lsp_notification {
    ("$/cancelRequest") => { ... };
    ("initialized") => { ... };
    ("exit") => { ... };
    ("window/showMessage") => { ... };
    ("window/logMessage") => { ... };
    ("telemetry/event") => { ... };
    ("textDocument/didOpen") => { ... };
    ("textDocument/didChange") => { ... };
    ("textDocument/willSave") => { ... };
    ("textDocument/didSave") => { ... };
    ("textDocument/didClose") => { ... };
    ("textDocument/publishDiagnostics") => { ... };
    ("workspace/didChangeConfiguration") => { ... };
    ("workspace/didChangeWatchedFiles") => { ... };
}