math-lsp/README.md

14 lines
189 B
Markdown
Raw Permalink Normal View History

2023-09-26 03:23:25 -07:00
# 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