Stacky VSCode Extension is an extension that provides syntax highlighting and completion features for the Stacky language.
- Diagnostics (incl. type errors)
- Autocompletion
- Syntax Highlighting
- Hover
You can install the extension from the VSCode Marketplace.
To use this extension, you'll need to obtain the executable stacky-lsp
binary, which is distributed via cargo.
$ cargo install stacky-lsp
This repository is under the MIT License.