Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ners/lsp-client
- Owner: ners
- License: other
- Created: 2023-06-12T10:43:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-09T17:59:23.000Z (3 months ago)
- Last Synced: 2024-10-12T00:24:03.567Z (28 days ago)
- Topics: concurrency, haskell, lsp, lsp-client
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/lsp-client
- Size: 43 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).