emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Eglot: auto-import completion item


From: Eli Zaretskii
Subject: Re: [PATCH] Eglot: auto-import completion item
Date: Thu, 17 Nov 2022 11:50:19 +0200

> From: Marcin Pajkowski <marcin.pajkowski@gmail.com>
> Date: Sat, 12 Nov 2022 14:23:52 +0100
> 
> * lisp/progmodes/eglot.el (eglot-client-capabilities): Advertise
> resolveSupport capabilities
> ---
>  lisp/progmodes/eglot.el | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
> index 63ebbe6cab..953c0f45fc 100644
> --- a/lisp/progmodes/eglot.el
> +++ b/lisp/progmodes/eglot.el
> @@ -736,6 +736,7 @@ eglot-client-capabilities
>                                             t
>                                           :json-false)
>                                        :deprecatedSupport t
> +                                      :resolveSupport (:properties 
> ["documentation" "details" "additionalTextEdits"])
>                                        :tagSupport (:valueSet [1]))
>                                      :contextSupport t)
>               :hover              (list :dynamicRegistration :json-false
> -- 
> 2.38.1

João, what about this one?  Should we install it?  What are
resolveSupport capabilities about?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]