wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
62 stars 24 forks source link

This project is awesome #39

Open chrisdone opened 2 years ago

chrisdone commented 2 years ago

HLS is too heavy weight for me, it has too much riding on a successful launch, and there is a heavy maintenance burden (on behalf of the user) between releases. Even before I stopped maintaining Intero, I gave up on the server approach.

HIE files, however, are an elegant, cold, off-line, instant, solution to getting basic quality of life information from your editor (which in my case is Emacs).

I am using watchexec to re-index the HIE database upon changes to HIE files.

Then I wrote a 100 line Emacs lisp file to implement the following features using hiedb: type of thing at point, go to definition of thing at point, and show uses of thing at point. It just works.

Very simple tools, very lightweight, no memory used, no start up time, very low maintenance burden. Great for people who want a frugal language integration.

Once again, awesome package.

agentultra commented 1 year ago

Thanks for creating this issue. I created https://github.com/agentultra/hiedb-mode to add hiedb support to my own emacs and would love to get your feedback. :pray:

chrisdone commented 1 year ago

Mine’s here but it’s not a package I’m releasing, just some code in my dot emacs https://github.com/chrisdone-artificial/emacs-config/blob/artificial/packages/hiedb/hiedb.el

On Fri, Oct 7, 2022, at 11:06 PM, J Kenneth King wrote:

Thanks for creating this issue. I created https://github.com/agentultra/hiedb-mode to add hiedb support to my own emacs and would love to get your feedback. 🙏

— Reply to this email directly, view it on GitHub https://github.com/wz1000/HieDb/issues/39#issuecomment-1272086550, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACWC5XTUW7WJXAH5AFQ2DWCCGDXANCNFSM5RDYTSIQ. You are receiving this because you authored the thread.Message ID: @.***>

lf- commented 1 year ago

You might also be interested in this hiedb based LSP service (not super well known) https://github.com/masaeedu/halfsp

deemp commented 1 year ago

Or static-ls (reddit post)