mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
feat(lsp): support signature help noActiveParameterSupport #34838
This commit is contained in:
@@ -514,6 +514,7 @@ function protocol.make_client_capabilities()
|
||||
dynamicRegistration = false,
|
||||
signatureInformation = {
|
||||
activeParameterSupport = true,
|
||||
noActiveParameterSupport = true,
|
||||
documentationFormat = { constants.MarkupKind.Markdown, constants.MarkupKind.PlainText },
|
||||
parameterInformation = {
|
||||
labelOffsetSupport = true,
|
||||
|
Reference in New Issue
Block a user