Description
A Haskell Language Server plugin that expands Template Haskell splices and QuasiQuotes. It helps developers inspect generated code or embedded syntax directly from the editor.
Use it when generated code is hard to reason about from source alone. Expanded output may be large or compiler-version-specific, so it should be treated as diagnostic information rather than hand-edited code.