https://github.com/jiegec/decaf-lsp
A LSP server for Decaf lang
https://github.com/jiegec/decaf-lsp
Last synced: 27 days ago
JSON representation
A LSP server for Decaf lang
- Host: GitHub
- URL: https://github.com/jiegec/decaf-lsp
- Owner: jiegec
- Archived: true
- Created: 2019-10-24T00:20:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T00:43:16.000Z (about 5 years ago)
- Last Synced: 2024-11-09T23:36:20.190Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 78.1 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# decaf-lsp
A language server implementation for [Decaf language](https://decaf-lang.gitbook.io/decaf-book/spec).
## Features
1. Workspace/document symbols
2. Symbol hovers with type information
3. Syntax diagnostics
4. Folding ranges
5. Goto definition
6. Completion for builtin functions## Installation
Clone and install:
```
git clone https://github.com/jiegec/decaf-lsp.git
cargo install --path . --force
```Then you can use `decaf-lsp` as a langserver.
## Editor Configuration
A VSCode extension is available at [jiegec/decaf-vscode](https://github.com/jiegec/decaf-vscode).