This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Integrate HIE into sourcegraph #1202
Open
Description
sourcegraph is powered by language servers. It would be good to add proper Haskell support by writing an extension.
This amounts to starting up HIE in a docker container and then communicating with HIE using websockets. In theory writing the extension is then very easy using the lsp-client library but whether that is finished is unclear to me.
Relevant issues:
https://github.com/sourcegraph/sourcegraph/issues/2359
https://github.com/sourcegraph/lsp-client
Python example: https://sourcegraph.com/extensions/sourcegraph/python
https://www.npmjs.com/package/@sourcegraph/lsp-client
https://about.sourcegraph.com/blog/improving-language-support-in-2019