Description
A Haskell Language Server plugin that qualifies imported names. It helps editor workflows rewrite unqualified identifiers into qualified forms where that improves clarity or resolves ambiguity.
Developers use it when cleaning imports, avoiding name conflicts, or following project style. Qualification changes should be reviewed because they affect readability and can interact with import lists.