emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61066: closed ([PATCH] Add inlay hint support to eglot)


From: GNU bug Tracking System
Subject: bug#61066: closed ([PATCH] Add inlay hint support to eglot)
Date: Sat, 25 Feb 2023 00:21:02 +0000

Your message dated Sat, 25 Feb 2023 00:21:40 +0000
with message-id 
<CALDnm51tv_bh_ZjuGL2yw9QRu1kEO7AaZ7aX3m=6mUvvu+EO3A@mail.gmail.com>
and subject line Re: bug#61412: Inlay hints implementation
has caused the debbugs.gnu.org bug report #61412,
regarding [PATCH] Add inlay hint support to eglot
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61412: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61412
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add inlay hint support to eglot Date: Wed, 25 Jan 2023 23:34:02 +0100
Hello,

I've been working on adding support for inlay hints inside eglot using overlays.
Here is a working patch, but I'm still missing a few things:

- I can't figure out a way to show the hints on a document without causing lags or timeouts from the lsp server
- I'm currently updating the hints by sending the whole file each time (to make sure all hints get updated correctly). I'm not sure on how to make this more efficient (or if it even necessary).

On the implementation side:
- implemented with overlays as a minor model, enabled by default
- shows all hints supported by the protocol
- there is a customisation to disable the minor mode if the user doesn't want the feature

I'd love to get a few points to finish this patch, and of course any ideas and feedbacks are welcome!

Kind regards,

Dimitri Belopopsky

Attachment: 0001-Add-inlay-hints-to-eglot.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#61412: Inlay hints implementation Date: Sat, 25 Feb 2023 00:21:40 +0000
Inlay hints are not implemented in Eglot as of a few days ago.

I'm going to go ahead and close this bug. Please open new bugs for any
missing features
or problems with the new functionality.

Thanks,
João


--- End Message ---

reply via email to

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