intellij-haskforce
intellij-haskforce copied to clipboard
Haskell Tools Console
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.
- [ ] Ideally, we should have a pane in the UI that displays the raw commands sent to ghc-mod and its responses. This would make it much easier for end users to see what's going on and debug issues, as well as report bugs.
- [ ] Instead of having to find the "Restart ghc-modi" menu option when the process aborts, it should be cleanly integrated into the UI pane.
- [ ] Users should even be able to send commands directly to ghc-mod to experiment with the tool and assist in debugging problems.