Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacobdufault/lspc

Command line language server protocol client (LSPC)
https://github.com/jacobdufault/lspc

Last synced: 7 days ago
JSON representation

Command line language server protocol client (LSPC)

Awesome Lists containing this project

README

        

As a heads up, I'm not likely to work on this project anymore.

# lspc

lspc is a command-line client for the language server protocol ecosystem.
lspc starts and runs language servers and lets you interact with them as if
they were command line tools.

## Installation

```sh
$ go get -u github.com/jacobdufault/lspc
$ lspc # prints out help/usage
# Use lspc help for more information, ie, lspc help start
```

## Development status

Still under active work. Managing language servers mostly works, but they
cannot yet be easily interacted with.