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

MDX

Matija Marohnić

|
114,338 installs
| (2) | Free
Provides syntax highlighting and bracket matching for MDX (JSX in Markdown) files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MDX for Visual Studio Code

Adds language support for MDX.

Installation

You can install this extension from the Marketplace.

What about .md files?

By default the MDX language is applied only to .mdx files. If MDX files in your project end with .md, you can tell VS Code that by adding the following to your workspace settings:

"files.associations": {
  "*.md": "mdx"
},
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft