tinymist icon indicating copy to clipboard operation
tinymist copied to clipboard

Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].

Results 64 tinymist issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/Myriad-Dreamin/tinymist/assets/35292584/bb8279f2-038c-41fa-9e66-9406a2d0f383)

enhancement

like what rust analyzer does.

enhancement

This version add basic table formatting

Strips binary on release, moves debug to dev. This saves half a gigabyte on release builds by automatically stripping the binary.

**Describe the bug** For variables and dictionary entries, it returns `any`, and for function calls, it returns `none`. I'm not sure if this can even be solved easily, but instead...

enhancement
completion

**Describe the bug** The python lsps are exemplary. > I need an approach to invoke editor.action.triggerSuggest and editor.action.triggerParameterHints at the same time, after a field completion, but I don't find...

enhancement
completion

**Motivation** Annotating code snippets as Typst code in Markdown docs would make them correctly highlighted by Treesitter’s injection queries. **Description** I use Helix and currently when requesting docs for an...

enhancement

**Describe the bug** This is a continuation of https://github.com/Myriad-Dreamin/tinymist/issues/419 I'm attaching a document that, when previewing, quickly scales tinymist memory usage from 500MB up to, sometimes, 5GB. The issue is...

enhancement
upstream

I would like to use this code for including images in typst: ``` #let debug = true #let my_image(filename, ..args) = { image(filename, ..args) if debug { link(filename)[#underline[#"Open "#filename]] }...

**Describe the bug** LSP command "go to definition" for labels dereferences to original object instead of the latest indirection. ```typ // No indirection #set heading(numbering: "1") #heading("test") @h1 ``` Go...