haskell-ide-chart
haskell-ide-chart copied to clipboard
Haskell state of editor/IDE support
Hi, the guy behind Haskell support in Atom here. I just wondered what are criteria for judging REPL here? To be clear, never in my life used EMACs, so can't...
Nice chart, something like this is long overdue, and should compliment the Haskell IDE wiki page: [https://wiki.haskell.org/IDEs](https://wiki.haskell.org/IDEs) However, I think it should include some important issues: - Current support, last...
Support for VSCode, Atom, Sublime
Without hdevtools you won't get typechecking on save, and hlint is needed for any linting beyond what ghc outputs for type errors / warnings. Syntastic basically just makes those tools...
It'll be great if similar comparison could be made between middle layer, like: ghc-mod, intero, haskel-ide-engine, others? This could shred some light on their possible capabilities.
From #19 @piaste: > I found the emojis hard to read at a glance, I was constantly having to glance down to the documentation. @rainbyte: > This received some discussion...
The table refers to Emacs (using intero) but no detail is given. On the other hand, Spacemacs (http://spacemacs.org) has a Haskell layer (here: http://spacemacs.org/layers/+lang/haskell/README.html) with an online doc which is...
I wasn't sure when to apply footnote 2 in #9 because I'm not sure what it means, particularly in the case of IntelliJ. IntelliJ doesn't really have a "main" plugin...