Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>rdxNew to Visual Studio Code? Get it now.
rdx

rdx

Preview

Synchronous Health

|
228 installs
| (0) | Free
@rdx-js/rdx-tool-vscode Reactive Dialogs (RDX) Markdown for vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RDX for Visual Studio Code

Adds language support for RDX.

Installation

You can install this extension from the Marketplace.

What about .mdx and .md files?

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

"files.associations": {
  "*.md": "rdx"
},

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 rdx:

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

License

SEE LICENSE

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