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.
As defined in the spec here Completion Request can return null:
textDocument/completion ... Response: result: CompletionItem[] | CompletionList | null
However, if a server returns null from Completion Request, an unhandled is thrown on client (most probably, here).