Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 530 Bytes

File metadata and controls

24 lines (15 loc) · 530 Bytes

Stacky VSCode Extension

Stacky VSCode Extension is an extension that provides syntax highlighting and completion features for the Stacky language.

Features

  • Diagnostics (incl. type errors)
  • Autocompletion
  • Syntax Highlighting
  • Hover

Installation

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

License

This repository is under the MIT License.