Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ners/lsp-client

A full-featured client for the Language Server Protocol
https://github.com/ners/lsp-client

concurrency haskell lsp lsp-client

Last synced: 11 days ago
JSON representation

A full-featured client for the Language Server Protocol

Awesome Lists containing this project

README

        

# lsp-client

lsp-client is a Language Server Protocol client.

Notably, it does not use `conduit` to parse incoming messages, but
instead exposes a truly concurrent session, in which messages can be
sent and received asynchronously.

It is part of the [lsp](https://github.com/haskell/lsp) family of
packages, along with [lsp](https://hackage.haskell.org/package/lsp)
and [lsp-types](https://hackage.haskell.org/package/lsp-types).