Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Quarkdown (Official)New to Visual Studio Code? Get it now.
Quarkdown (Official)

Quarkdown (Official)

Quarkdown

|
11 installs
| (1) | Free
| Sponsor
Quarkdown Language Support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🪐 Official Quarkdown extension for VS Code

This extension provides Quarkdown language support for .qd files.

Features

In-editor live preview

Launch the live preview from the menu command or by using the keyboard shortcut Ctrl/⌘+Shift+V.

Live preview will let you see your changes in real-time as you edit your Quarkdown files, vastly boosting your productivity.

Live preview demo

User-first completions

Receive comprehensive completions for functions, parameters and values, with a flow designed to get your work done faster.

Completions demo

PDF export

Easily export your Quarkdown document to PDF from the menu command or by using the keyboard shortcut Ctrl/⌘+Shift+P.

PDF export demo

Documentation

Documentation for functions can be accessed on hover or during completion.

Documentation demo

Diagnostics

Diagnostics cover common function call mistakes, helping you identify and fix issues quickly.

Diagnostics demo

Requirements

This extension makes extensive use of Quarkdown's language server, available from version 1.9.0 of the software and above.

Check out the installation guide to quickly get started with Quarkdown.

FAQ

Q: Why am I not getting completions for my custom functions?
A: The language server is young and does not perform complex analysis yet. Function data is only retrieved from the documentation found in Quarkdown's docs directory, thus only the stdlib is supported. This is planned to be improved in future releases.

Q: Why aren't my function calls highlighted?
A: Function call highlighting happens on the server side via semantic tokens. This is enabled by default, but in case it isn't working properly, make sure editor.semanticHighlighting.enabled is set to true.

Q: How to adjust the live preview refresh rate?
A: Compilation is triggered every time the document is saved. The auto-save delay defaults to 150ms, and can be adjusted by changing the files.autoSaveDelay setting.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft