From f7448d0538818dd26837742dbbbcac19570dbf4f Mon Sep 17 00:00:00 2001 From: Jonatan Waern Date: Tue, 19 Nov 2024 17:18:26 +0100 Subject: [PATCH] More complete list of notifications and requests --- clients.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clients.md b/clients.md index ebae67e..23e2ab5 100644 --- a/clients.md +++ b/clients.md @@ -76,14 +76,18 @@ Requests: * `shutdown` * `initialize` * `textDocument/definition` +* `textDocument/declaration` +* `textDocument/implementation` * `textDocument/references` * `textDocument/documentSymbol` +* `textDocument/workspaceSymbol` * `workspace/symbol` From Server to client: * `client/registerCapability` * `client/unregisterCapability` +* `textDocument/publishDiagnostics` The DLS also uses some [custom messages](contributing.md#extensions-to-the-language-server-protocol).