Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.
/ language-server Public archive

Implementation of the language-server protocol in Haskell.

License

Notifications You must be signed in to change notification settings

j-mueller/language-server

Repository files navigation

language-server

The language-server protocol is a set of JSON-RPC methods and data types that enable code editors, in particular VS Code, to talk to server backends that provide IDE features such as symbol lookup, type checking etc.

The goal of this package is to provide a Haskell implementation of the protocol. It takes care of the JSON-RPC packing and unpacking and manages procedure calls and notifications in either direction. The package comes with an example plugin for VS Code (not implemented yet).

Current status

This package is not usable in its current state and has not been published.

License

BSD-3, see LICENSE

Contributions

Bug reports, pull requests, feature requests are welcome

About

Implementation of the language-server protocol in Haskell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published