soul-lang / SOUL

The SOUL programming language and API
Other
1.71k stars 96 forks source link

SOUL Language Server #56

Open simonhochrein opened 3 years ago

simonhochrein commented 3 years ago

Hello everyone,

I've been working on a language server for SOUL, and I just published it to GitHub. My repository is here https://github.com/simonhochrein/soul-lsp

I currently have diagnostics implemented, and other features will be added soon.

It would be great to have this incorporated into the main organization at some point.

Any contributions would be greatly appreciated.

julianstorer commented 3 years ago

Wow, very cool! We had been meaning to get around to learning about LSPs and how to do one. Great to see you doing this!

julianstorer commented 3 years ago

BTW, I have some thoughts on this, as I've been working on related stuff this week - maybe can chat over on theaudioprogrammer.com discord channel or somewhere like that?

simonhochrein commented 3 years ago

SOUL-LSP now supports keyword completion! More features soon