github haskell/haskell-language-server 0.3.0

latest releases: 2.11.0.0, 2.10.0.0, 2.9.0.1...
5 years ago

0.3.0 comes with two new plugins, retrie and fourmolu, provides binaries for GHC 8.8.4, and comes with a host of bug fixes.

The retrie plugin supports RULES, functions and type synonyms which can be accessed through contextual code actions.

retrie in action

Fourmolu can be used to format your code by setting the haskell.formattingProvider field in your LSP configuration to

{
  "haskell": {
    "formattingProvider": "fourmolu"
  }
}

The Brittany formatter is now also available on GHC 8.10.1.

Pull requests merged

Don't miss a new haskell-language-server release

NewReleases is sending notifications on new releases.