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.
1 parent f0a1e4d commit 45dd4b1Copy full SHA for 45dd4b1
website/guide/tools/editors.md
@@ -128,9 +128,9 @@ Currently ast-grep support these LSP capabilities:
128
129
### Client requirements
130
131
-* textDocument/didOpen
132
-* textDocument/didChange
133
-* textDocument/didClose
+* [textDocument/didOpen](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_didOpen)
+* [textDocument/didChange](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_didChange)
+* [textDocument/didClose](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_didClose)
134
135
### Configuration
136
0 commit comments