We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b919452 commit aac27a1Copy full SHA for aac27a1
doc/MAIN.md
@@ -414,7 +414,7 @@ return {
414
```
415
416
Completion sources must return a
417
-[CompletionList](https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#completionList).
+[CompletionList](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList).
418
You can leverage the full attributes of `CompletionItem` from the LSP
419
specification. Other plugins (e.g completion plugins) can then use these
420
attributes to provide more context about the highlighted completion item.
0 commit comments