Snippets LS
July 28, 2023 ยท View on GitHub
Simple snippets language server
Snippets LS is simple, toml configurable, Language Server.
Tech
Snippets LS uses a number of open source projects to work properly:
- [lsp-server] - Generic LSP server scaffold.
- [lsp-types] - Types for interaction with a language server, using VSCode's Language Server Protocol
Installation
Snippets LS requires Rust to compile.
git clone git@github.com:Stanislav-Lapata/snippets-ls.git
cd snippets-ls
cargo install --path .
Development
Want to contribute? Great!