-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ghc-ide instead of ghc-mod ? #404
Comments
I am quite interested in this as well. As with all of these things, they are a lot of work, so PRs welcome. |
Can you help me to find where i can start to try this in the project ? |
I have an extremely primitive WIP branch lsp that has started trying to integrate the haskell-language-server into HaskForce. There are many problems, but that might be a good starting place. If you are interested in helping with this, @ me on Gitter so we can discuss there. |
Hi, I have the following issue :
What can I do ? |
@nhenin There's not really much that can be done. The ghc-mod project is pretty much dead at this point, so you're not going to see it support newer GHC versions. |
@carymrobbins are you going to move on HLS ? The problem I have is to work on cabal projects + IntelliJ, I was using the other plugin (https://github.com/rikvdkleij/intellij-haskell) but this is only for Stack based project... |
@nhenin I would like to start using HLS, but it doesn't appear all that stable yet. Also, it's w lot of work to integrate it as it uses LSP and hooking that into IntelliJ is nontrivial (even with the LSP IntelliJ libraries out there). If you or anyone wants to help with the effort I'm happy to provide guidance. |
Hi,
Is it feasible ?
Seems ghc-mod is deprecated no ?
The text was updated successfully, but these errors were encountered: