Description
A Haskell Language Server plugin that shows operator fixity explicitly while hovering in the editor. It helps developers understand precedence and associativity without searching documentation.
Developers use it when reading or editing operator-heavy Haskell code. Fixity information improves understanding, but complex expressions may still be clearer with parentheses or simpler structure.