## Description According to [LSP specification](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionItem_resolve) client can request additional details completion items fetched with [textDocument/completion](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion) by calling `completionItem/resolve`. ## Problem There is no additional details provided. P.S. Now I mostly interested in `documentation` field when it's available.