add more info for currently supported features
This commit is contained in:
@@ -9,3 +9,15 @@ a language server for [Cadence SKILL](https://en.wikipedia.org/wiki/Cadence_SKIL
|
||||
### Variable completion
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user