intellij-haskforce
intellij-haskforce copied to clipboard
Haskell plugin for IntelliJ IDEA
See [this forum post](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206104319-External-builder-classpath) describing the issue and solution.
Setting up tools, specifically ghc-mod, can be very complicated (#258), especially for new users. Ideally, HaskForce should offer to install and configure it for you when either it's not configured...
Hello, Supose I have a map function like this : map (/x -> x \* 2) l is there a way I can see the type of x then ?...
(separate issue created from #67) I got an exception while loading the https://github.com/nominolo/lambdachine project in HaskForce: ``` [ 931460] ERROR - napi.project.CacheUpdateRunner - Error while indexing /opt/lambdachine/tests/Bc/Set1.hs To reindex this...
Hi, is there any current or plans to add interaction with the cabal repl ? Such as load file, switch back and forth between editor / repl, execute highlighted form...
Blocked by #236. Ghc-mod is heavily leveraged in the IDE, but unfortunately it's hard for users to figure out what to do when things go wrong with it. - [...
Currently, the stack builder can be a little inefficient. In order to get absolute paths to the source locations of errors, we must run `stack build .` in each package...
I've tried VisualVM in the past, but it only seemed to work during unit tests since it would slow the IDE down so much it was unusable. However, I just...
It looks like the JDK6 builds are failing in CI due to a mysterious error - https://travis-ci.org/carymrobbins/intellij-haskforce/jobs/107356422 > [junit] Testcase: com.haskforce.HaskellTestCase:testInternalLexer: Caused an ERROR > [junit] Forked Java VM exited...
``` 2016-02-10 02:58:47,455 [40973998] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 15.0.1 Build #IU-143.382.35 2016-02-10 02:58:47,455 [40973998] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_60 2016-02-10 02:58:47,455 [40973998] ERROR - aemon.impl.PassExecutorService - VM:...