14 lines
189 B
Markdown
14 lines
189 B
Markdown
|
|
# calculator lsp
|
||
|
|
|
||
|
|
calculate through inlay hints
|
||
|
|
|
||
|
|
```
|
||
|
|
some text here
|
||
|
|
|
||
|
|
1 + 2 = 3
|
||
|
|
```
|
||
|
|
|
||
|
|
the lsp will calculate and display the `= 3`
|
||
|
|
|
||
|
|
somewhat buggy and somewhat useful, use at your own risk
|