Releases: Myriad-Dreamin/tinymist
Releases · Myriad-Dreamin/tinymist
v0.10.2
v0.10.1
First release of tinymist.
You can access it with the Tinymist Typst VS Code Extension.
Features
Language service (LSP) features:
- Semantic highlighting
- Also known as "syntax highlighting".
- Diagnostics
- Also known as "error checking" or "error reporting".
- Document symbols
- Also known as "document outline" or "table of contents" in Typst.
- Folding ranges
- You can collapse code/content blocks and headings.
- Goto definitions
- Right-click on a symbol and select "Go to Definition".
- Or ctrl+click on a symbol.
- Hover tips
- Also known as "hovering tooltip".
- Inlay hints
- Inlay hints are special markers that appear in the editor and provide you with additional information about your code, like the names of the parameters that a called method expects.
- Code Lens
- Should give contextual buttons along with code. For example, a button for exporting your document to various formats at the start of the document.
- Rename symbols
- Help with function and method signatures
- Workspace Symbols
Extra features:
- Compiles to PDF on save (configurable to as-you-type, or other options)
The source code is located at here.