~jfreymuth/hare-ls

hare language server written in go
Refactor, work towards type check
Insert imports at correct line even with comments

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jfreymuth/hare-ls
read/write
git@git.sr.ht:~jfreymuth/hare-ls

You can also use your local clone with git send-email.

#hare-ls

hare-ls is a language server for hare.

language server protocol: https://microsoft.github.io/language-server-protocol/

hare: https://harelang.org

#status

This is a work in progress.

Features:

  • syntax error reporting
  • completions for declarations
  • hover
  • go to definition

Planned:

  • type checker (blocker for most other features)
  • reporting of all compile errors
  • completions for local variables
  • completions for struct fields

#mailing list

Feel free to ask questions, report bugs or send patches.

https://lists.sr.ht/~jfreymuth/hare-ls