Complete interactive development program for Haskell
There are various editor integrations for the Intero binary, with the Emacs one being the officially supported one:
- Emacs [officially supported]
- Neovim
- Haskero (Visual Studio Code)
- Haskelly (Visual Studio Code)
- SublimeText
- IntelliJ
If you would like to build support into a new editor or IDE, please see TOOLING.md.
Make sure you have libtinfo
installed:
OS | Package |
---|---|
Arch Linux | ncurses |
Debian derivatives | libtinfo-dev |
Fedora derivatives | ncurses-devel |
(People on other platforms please contribute the equivalent dependency.)