External Publication
Visit Post

Flexible Haskell - a new plugin for JetBrains IDEs

Haskell Community [Unofficial] March 19, 2026
Source

Here’s what’s changed:


New Release: Flexible Haskell 2026.1.2

New Features:

  • Reworked on-hover documentation (#7)

  • Various grammar upgrades

Fixes:

  • QuasiQuote injector: added missing quoters including [i|...|] for ihamlet (#2)

  • Formatter: Reformat Code no longer destroys indentation and qualified imports (#4)

  • Structure panel: removed fake expand arrows, deduplicated entries, imports now visible (#5)

  • Inspections: disabled broken inspections that flagged non-existing problems (#6)

  • Parser: where-blocks no longer split into orphan nodes; indentation preserved after Ctrl+Alt+L

  • Settings: left-side section navigation, resizable description panel with persistent size


A quick quality-of-life release. The formatter was actively hostile - Reformat Code would wreck your indentation and qualified imports. That’s fixed. Structure panel had phantom arrows and duplicate entries. Inspections were flagging problems that didn’t exist. All cleaned up. Hover docs got a full rework too.

Basically the underlying issue for most of this was a flat grammar that I didn’t notice during testing. Mirovarga did get me on the right track here by reporting a broken structure view, among other things.


@mirovarga: Four issues reported, four issues fixed. Appreciate it. @develop7: ihamlet quoter added (#2)

Discussion in the ATmosphere

Loading comments...