Skip to content

Commit f7c885c

Browse files
committed
doc: update class doc
1 parent ce25091 commit f7c885c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lsp_client/capability/request/completion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class WithRequestCompletion(
2121
Protocol,
2222
):
2323
"""
24-
`textDocument/completion` - https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion
24+
- `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
2526
"""
2627

2728
@override

0 commit comments

Comments
 (0)