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

TDX

Tinia Labs

|
624 installs
| (0) | Free
Provides syntax highlighting and bracket matching for TDX (Tinia Notebooks) files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TDX for Visual Studio Code

Adds language support for TDX.

Installation

You can install this extension from the Marketplace.

What about .mdx and .md files?

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

"files.associations": {
  "*.md": "tdx",
  "*.mdx": "tdx"
},

Auto-close tags

If you want VS Code to automatically close tags while you type, you can install Auto Close Tag and configure it to also include the language tdx:

"auto-close-tag.activationOnLanguage": [
  "xml",
  "php",
  "...",
  "tdx"
]

License

MIT

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