srls/README.md

662 B

⚠ 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