alexwl / haskell-code-explorer

Web application for exploring and understanding Haskell codebases
MIT License
509 stars 20 forks source link

Comparison with HLS #49

Open jmatsushita opened 1 year ago

jmatsushita commented 1 year ago

Hello,

I just stumbled upon this repo and the first question I had was "How does this compare to haskell-language-server" given that it has progressed quite fast in the past years. Searching through the issues brought up :

My goals with haskell-code-explorer are to create a code-browsing tool that deeply understands Haskell and to experiment with code intelligence features that are Haskell-specific and are not considered 'standard' (not supported by LSP yet).

Wondering if a section in the Readme would be beneficial ? I'm also curious about possible integration with tools like sourcegraph.

Cheers,

Jun