We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ddeaf3 + f7448d0 commit 47ae9a4Copy full SHA for 47ae9a4
clients.md
@@ -76,14 +76,18 @@ Requests:
76
* `shutdown`
77
* `initialize`
78
* `textDocument/definition`
79
+* `textDocument/declaration`
80
+* `textDocument/implementation`
81
* `textDocument/references`
82
* `textDocument/documentSymbol`
83
+* `textDocument/workspaceSymbol`
84
* `workspace/symbol`
85
86
From Server to client:
87
88
* `client/registerCapability`
89
* `client/unregisterCapability`
90
+* `textDocument/publishDiagnostics`
91
92
The DLS also uses some [custom messages](contributing.md#extensions-to-the-language-server-protocol).
93
0 commit comments