The completion request is sent from the client to the server to compute completion items at a given cursor position.
| uri |
the URI of the document for which completions are requested |
| position |
the position at which completions are requested |
| context |
additional context about the completion trigger, or null if not provided by the server |
|
a list of completion items, or null if there are none |