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: 4 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T20:36:09.000Z (7 months ago)
- Last Synced: 2025-03-18T15:54:43.672Z (4 months ago)
- Topics: concurrency, haskell, lsp, lsp-client
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/lsp-client
- Size: 45.9 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).