Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>TS in MarkdownNew to Visual Studio Code? Get it now.
TS in Markdown

TS in Markdown

Amour1688

|
8,055 installs
| (2) | Free
Language support for TS in markdown
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TS in Markdown

⚡ Language support for TypeScript in markdown, inspired by @volar

https://marketplace.visualstudio.com/items?itemName=amour1688.ts-in-markdown

https://user-images.githubusercontent.com/31695475/125228066-a73c7c00-e306-11eb-9457-6d3f2ffa4255.mp4

Note

  • Enable completion

Markdown by default disables quick suggests on normal words. It can be re-enabled using

{
  "[markdown]": {
    "editor.quickSuggestions": {
      "other": true,
      "comments": true,
      "strings": true
    }
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft