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 ce25091 commit f7c885cCopy full SHA for f7c885c
src/lsp_client/capability/request/completion.py
@@ -21,7 +21,8 @@ class WithRequestCompletion(
21
Protocol,
22
):
23
"""
24
- `textDocument/completion` - https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion
+ - `textDocument/completion` - https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion
25
+ - `completionItem/resolve` - https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionItem_resolve
26
27
28
@override
0 commit comments