Igor Khanin
Igor Khanin
### Description Looking at an expression such as: ```typst #pdf.embed("A", bytes("B")) ``` When calling `typst_ide::tooltip` with `cursor` pointing somewhere at the `embed` identifier, `None` is returned. Instead, I would have...
### Description When the cursor is inside the arguments of a function in math mode, `typst_ide::autocomplete` gives no suggestions in neither explicit nor implicit mode, although in general math functions...
### Description When cursor is **exactly** after a comma in code mode function call arguments, there are no autocomplete suggestions returned from `typst_ide::autocomplete` - although there if there is at...
Based on a request made in #21: > Finally, more of a request if it makes sense for this editor. Please allow commenting selection. Either with a shortcut, right-click, or...