Is there a timeline for this to be released? #2330
-
Hey everyone, I'm curious about the release timeline for the MDX TypeScript support in Visual Studio Code. Does anyone have any information on when we can expect this feature to be available? Your insights would be much appreciated! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can already enable editor features by setting I’m currently reworking this to work with Volar, which should provide more stability and allows us to ship more features faster. |
Beta Was this translation helpful? Give feedback.
-
@remcohaszing That has worked!! was really helpful, thanks 😃 |
Beta Was this translation helpful? Give feedback.
Under the hood MDX files are treated the same as JavaScript files. This means that by default IntelliSense works, but not strict type checking. To enable that, set
"checkJs": true
in yourtsconfig.json
.