haskell-language-server

v 2.7.0.0 Updated: 2 weeks ago

Official haskell ide support via language server (LSP).

The haskell-language-server (HLS) project is an implementation of a server (a "language server") for the Language Server Protocol (LSP). A language server talks to a client (typically an editor), which can ask the server to perform various operations, such as reporting errors or providing code completions. The advantage of this system is that clients and servers can interoperate more easily so long as they all speak the LSP protocol. In the case of HLS, that means that it can be used with many different editors, since editor support for the LSP protocol is now widespread.

https://github.com/haskell/haskell-language-server

To install haskell-language-server, paste this in macOS terminal after installing MacPorts

sudo port install haskell-language-server

Add to my watchlist

Installations 2
Requested Installations 2