Helmut-Ortmann / lsp-csharp-analyzer

C# GUI to analyze code via a Language Server
MIT License
4 stars 1 forks source link

don't know how to open haskell-ide-engine #1

Open jellyr opened 6 years ago

jellyr commented 6 years ago

I want to analyze haskell-ide-engine's lsp , but it not work, don't have a clue how to make it work.

https://github.com/haskell/haskell-ide-engine

Helmut-Ortmann commented 6 years ago

Hi jellyr,

that was the situation I started.

My intention was to make a general C# solution for LSP server, so also haskell.

The solution works well with CQuery. I haven't had the time to make a general solution. I don't think that it only requires some lines of code to make a more general solution.

The general handshake / protocol should work. I see the following points to consider:

Well, this isn't my profession and therefore I have limited time. The main objectives I wanted to reach I have reached. If I have some time I'll have a look to integrate other LSP Servers, like haskell.

Well, it's not much but I wish you good luck,

Helmut