Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.9 KB

features.md

File metadata and controls

36 lines (22 loc) · 1.9 KB

Features

  • Warning and error diagnostics from GHC

  • Type information and documentation on hover, including your own comments.

  • Jump to definition: for now only for local code definitions

  • Document symbols

  • Highlight references in document

  • Code completion

  • Formatting via Brittany, Floskell, Fourmolu, Ormolu or Stylish Haskell

  • Code evaluation (Haskell Language Server), see (Tutorial)

    Eval Demo

  • Integration with retrie

    Retrie Demo

  • Code lenses for explicit import lists

    Imports code lens Demo

  • Generate functions from type signatures, and intelligently complete holes using Wingman (tactics)

    Wingman Demo

  • Integration with hlint to show diagnostics and apply hints via apply-refact

    Hlint Demo

  • Module name suggestions for insertion or correction

    Module Name Demo

  • Call hierarchy support

    Call Hierarchy in VSCode