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

https://github.com/fwcd/lsp-repl

Interactive Language Server Protocol client REPL
https://github.com/fwcd/lsp-repl

language-server-protocol repl

Last synced: 3 months ago
JSON representation

Interactive Language Server Protocol client REPL

Awesome Lists containing this project

README

          

# Language Server Protocol REPL

[![NPM](https://img.shields.io/npm/v/lsp-repl)](https://www.npmjs.com/package/lsp-repl)

An interactive environment that acts as a client to a [language server](https://microsoft.github.io/language-server-protocol/) and allows the user to easily perform/debug requests.

## Try it

Run `npm start -- path/to/languageserver`, then enter:

```
LSP> initialize({"capabilities":{}})
```