Eglot: fix signature precedence based on provenance (bug#74914)
* lisp/progmodes/eglot.el (eglot--sig-info): Reverse order of activeParameter and sig-active.
This commit is contained in:
parent
127fc98308
commit
04a8faef09
1 changed files with 1 additions and 1 deletions
|
@ -3426,7 +3426,7 @@ for which LSP on-type-formatting should be requested."
|
|||
'font-lock-function-name-face))))
|
||||
;; Now to the parameters
|
||||
(cl-loop
|
||||
with active-param = (or sig-active activeParameter)
|
||||
with active-param = (or activeParameter sig-active)
|
||||
for i from 0 for parameter across parameters do
|
||||
(eglot--dbind ((ParameterInformation)
|
||||
((:label parlabel))
|
||||
|
|
Loading…
Add table
Reference in a new issue