simplicityhl-lsp 0.1.4

Language Server Protocol (LSP) server for SimplicityHL.
simplicityhl-lsp-0.1.4 is not a library.

SimplicityHL LSP

Language Server for SimplicityHL language.

Features

  • Basic diagnostic for SimplicityHL code

diagnostics

  • Completions of built-ins, jets and functions

completion

  • Hover for built-ins, jets and functions, with support of documentation

hover

  • Go to definition for functions

goto-definition

Installation

Clone this repository and install using Cargo:

https://github.com/distributed-lab/simplicityhl-lsp
cd simplicityhl-lsp
cargo install --path .