unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Eglot: auto-import completion item
@ 2022-11-12 13:23 Marcin Pajkowski
  2022-11-17  9:50 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Marcin Pajkowski @ 2022-11-12 13:23 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

* 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

[-- Attachment #2: Type: text/html, Size: 1108 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-22 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12 13:23 [PATCH] Eglot: auto-import completion item Marcin Pajkowski
2022-11-17  9:50 ` Eli Zaretskii
2022-11-17 10:41   ` João Távora
2022-11-20 20:52     ` Marcin Pajkowski
2022-11-21 13:56       ` João Távora
2022-11-22 20:26         ` Marcin Pajkowski

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).