Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For Haskell, there's a plugin called ghc-mod

http://www.mew.org/~kazu/proj/ghc-mod/en/

It works with many text editors, like Emacs or vim.

edit: the trend today is to work with the "language server protocol":

http://langserver.org/

Haskell people are writing new tooling based on LSP to supersede ghc-mod:

https://github.com/alanz/haskell-lsp



Is this what rust uses in IntelliJ? I know they have built some tooling that IDEs delegate to for tooling such as autocomplete etc rather than building it n times in n editors


IntelliJ has their own stuff, it does not use the RLS.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: