Cadence SKILL Rust Language Server
Go to file
acereca 949ede76ca add more info for currently supported features 2023-04-16 15:16:52 +02:00
assets add readme and gif 2023-04-16 15:14:25 +02:00
src get global token parsing and docstrings working 2023-04-16 14:39:18 +02:00
test/data add readme and gif 2023-04-16 15:14:25 +02:00
.gitignore initial commit 2023-03-10 20:29:10 +01:00
Cargo.lock replace logging with file logging 2023-04-16 14:39:18 +02:00
Cargo.toml replace logging with file logging 2023-04-16 14:39:18 +02:00
README.md add more info for currently supported features 2023-04-16 15:16:52 +02:00

README.md

⚠ This language server is still in it infancy. It only partially supports the SKILL language and can break quite easily during usage. ⚠

SKILL Rust Language Server - SRLS

a language server for Cadence SKILL,

Features

Variable completion

variables assigned to using the infix = operator can be completed anywhere

Custom docstrings

;;; this is a custom docstring supported for variable definitions
variable = "some content"

this allows for the docstring to show during completion