valentjn/lsp-cli: CLI language client for LSP language servers
github.com·4d·
Discuss: Hacker News
CLI Development
Preview
Report Post

lsp-cli — CLI Language Client for LSP Language Servers

lsp-cli implements a language client according to the Language Server Protocol (LSP) with a command-line interface (CLI).

Language servers written for the LSP can usually only be used with a language client, which is typically an editor like VS Code. With lsp-cli, language servers can also be used on the command line. This allows you to harness the power of language servers for scripting, build pipelines, etc.

Most existing language servers should be supported, but lsp-cli was created for LTEX LS (a language server for LanguageTool), which i…

Similar Posts

Loading similar posts...