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.
1 parent e7b86d0 commit e40749fCopy full SHA for e40749f
lsp-mode.el
@@ -5022,7 +5022,7 @@ It will show up only if current point has signature help."
5022
(active-signature? (or lsp--signature-last-index active-signature? 0))
5023
(_ (setq lsp--signature-last-index active-signature?))
5024
((signature &as &SignatureInformation? :label :parameters?) (seq-elt signatures active-signature?))
5025
- (prefix (if (not (cl-rest signatures))
+ (prefix (if (= (length signatures) 1)
5026
""
5027
(concat (propertize (format " %s/%s"
5028
(1+ active-signature?)
0 commit comments