add more info for currently supported features

This commit is contained in:
acereca 2023-04-16 15:16:52 +02:00
parent cb91908848
commit 949ede76ca
1 changed files with 12 additions and 0 deletions

View File

@ -9,3 +9,15 @@ a language server for [Cadence SKILL](https://en.wikipedia.org/wiki/Cadence_SKIL
### Variable completion ### Variable completion
![](https://git.acereca.net/acereca/srls/raw/branch/master/assets/variable_completion.GIF) ![](https://git.acereca.net/acereca/srls/raw/branch/master/assets/variable_completion.GIF)
variables assigned to using the infix `=` operator can be completed anywhere
#### Custom docstrings
```lisp
;;; this is a custom docstring supported for variable definitions
variable = "some content"
```
this allows for the docstring to show during completion