Skip to content

Commit 47ae9a4

Browse files
authored
Merge pull request #7 from intel/fully-list-notifs
More complete list of notifications and requests
2 parents 1ddeaf3 + f7448d0 commit 47ae9a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clients.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,18 @@ Requests:
7676
* `shutdown`
7777
* `initialize`
7878
* `textDocument/definition`
79+
* `textDocument/declaration`
80+
* `textDocument/implementation`
7981
* `textDocument/references`
8082
* `textDocument/documentSymbol`
83+
* `textDocument/workspaceSymbol`
8184
* `workspace/symbol`
8285

8386
From Server to client:
8487

8588
* `client/registerCapability`
8689
* `client/unregisterCapability`
90+
* `textDocument/publishDiagnostics`
8791

8892
The DLS also uses some [custom messages](contributing.md#extensions-to-the-language-server-protocol).
8993

0 commit comments

Comments
 (0)