Flexible Haskell - a new plugin for JetBrains IDEs
Haskell Community [Unofficial]
June 1, 2026
A great start would be letting the plugin auto-detect tools that are provided via direnv. I’m currently trying this out alongside the “Direnv Pro” plugin and unfortunately it doesn’t seem to be able to auto-detect the GHC, HLS, etc paths. A simple solution I think would be for the plugin to try and autodetect the paths by launching a shell and running which, rather than (I assume) only doing it based on what is on the IDE’s path.
After setting the paths manually it seems to work well! Although it still says “GHC: Not Configured” at the bottom, curiously.
Discussion in the ATmosphere