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
- Host: GitHub
- URL: https://github.com/fwcd/lsp-repl
- Owner: fwcd
- License: mit
- Created: 2020-01-31T17:11:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T01:19:05.000Z (almost 2 years ago)
- Last Synced: 2025-09-07T00:22:13.014Z (8 months ago)
- Topics: language-server-protocol, repl
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Language Server Protocol 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":{}})
```