From: Brian Leung Date: Sat, 6 Mar 2021 21:17:07 +0000 (-0800) Subject: Indicate support for activeparameter X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21b8ebf585498c0376e264f869ebeedb6ae4683a;p=emacs.git Indicate support for activeparameter * eglot.el (eglot-client-capabilities): Indicate :activeParameterSupport. Fixup of commit bdf57d5d4e888a6a7b4066b87497da8a8d9e36de. GitHub-reference: per https://github.com/joaotavora/eglot/issues/605 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index f7632cb5996..14c0fbc5444 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -569,7 +569,8 @@ treated as in `eglot-dbind'." :signatureHelp (list :dynamicRegistration :json-false :signatureInformation `(:parameterInformation - (:labelOffsetSupport t))) + (:labelOffsetSupport t) + :activeParameterSupport t)) :references `(:dynamicRegistration :json-false) :definition `(:dynamicRegistration :json-false) :declaration `(:dynamicRegistration :json-false)