Of nvim, IntelliJ, VsCode, [open to other IDEs too] which one currently has the best IDE support for Haskell ? I have a project that builds with cabal build
. The features I care about are, from most to least important, are:
- inline showing of all type/compile errors
- jump to definition of variable under cursor
- show inferred type of variable under cursor
- get all refs/usages of variable under curor
- rename all refs/usages of variable under cursor
Thanks!