Auto doc...

This commit is contained in:
Martino Ferrari
2026-02-02 18:22:52 +01:00
parent 23ddbc0e91
commit 7ae701e8c1
4 changed files with 72 additions and 62 deletions

View File

@@ -185,7 +185,7 @@ You can also use expressions for calculations:
#let CycleTime: float64 = 1.0 / $SamplingFreq
```
LSP hover will show you the evaluated values (e.g., `CycleTime: 0.01`).
LSP will show you the evaluated values directly in the code via **Inlay Hints** (e.g., `CycleTime: 0.01`) and in the hover documentation.
## Step 7: Advanced - Custom Schema