mirror of
https://github.com/neovim/neovim.git
synced 2026-03-29 03:42:11 +00:00
feat(lsp): do completionItem/resolve if completeopt=popup #32820
Problem: No completionItem/resolve handler. Solution: If completeopt=popup is set, invoke completionItem/resolve when a completion item is selected. Show resolved documentation in popup next to the completion menu.
This commit is contained in:
@@ -482,6 +482,7 @@ function protocol.make_client_capabilities()
|
||||
properties = {
|
||||
'additionalTextEdits',
|
||||
'command',
|
||||
'documentation',
|
||||
},
|
||||
},
|
||||
tagSupport = {
|
||||
|
||||
Reference in New Issue
Block a user