mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
| .. | ||
| icons | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.js | ||
| .vscodeignore | ||
| language-configuration.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| typst.tmLanguage.json | ||
tinymist Typst LSP VS Code Extension
A VS Code extension for Typst.
Features
- Syntax highlighting, error reporting, code completion, and function signature help
- Compiles to PDF on save (configurable to as-you-type, or can be disabled)
Usage Tips
- This extension compiles to PDF, but it doesn't have a PDF viewer yet. To view
the output as you work, install a PDF viewer extension, such as
vscode-pdf. - To configure when PDFs are compiled:
- Open settings
- File -> Preferences -> Settings (Linux, Windows)
- Code -> Preferences -> Settings (Mac)
- Search for "Typst Export PDF"
- Change the Export PDF setting
onSavemakes a PDF after saving the Typst fileonTypemakes PDF files live, as you typeneverdisables PDF compilation
Technical
The extension uses Typst LSP on the backend.