External Publication
Visit Post

Flexible Haskell - a new plugin for JetBrains IDEs

Haskell Community [Unofficial] May 16, 2026
Source

New Release: Flexible Haskell 2026.1.19 (+ 2026.1.18)

New Features:

  • Go to Definition into External Libraries: Ctrl+click navigates into Hackage dependencies, downloading source tarballs on demand and indexing them for instant subsequent lookups (#25)

Fixes:

  • Intentions like “Add deriving clause” now use filterable popups instead of modal dialogs, fixing keyboard input under JetBrains Gateway / remote dev over SSH
  • GHC download dialog no longer spawns nested modal dialogs


You can now Ctrl+click into external library code. The plugin downloads the source tarball from Hackage on first navigation and indexes it, so subsequent lookups are instant. This should make it easier to inspect external sources.

The rest are mostly bugfixes

@develop7: Thanks for the feature request and the prior art research (#25).

Discussion in the ATmosphere

Loading comments...