mirror of
https://github.com/neovim/neovim.git
synced 2026-05-29 08:15:36 +00:00
fix(lsp): advertise that CompletionItem.detail can be resolved (#39934)
Problem: We can resolve the `CompletionItem.detail` field but don't advertise this capability. Solution: Add `detail` to `textDocument.completion.completionItem.resolveSupport.properties`.
This commit is contained in:
@@ -483,6 +483,7 @@ function protocol.make_client_capabilities()
|
||||
'additionalTextEdits',
|
||||
'command',
|
||||
'documentation',
|
||||
'detail',
|
||||
},
|
||||
},
|
||||
tagSupport = {
|
||||
|
||||
Reference in New Issue
Block a user