what's the mdx language server status by far? #2269
Replies: 2 comments 9 replies
-
I tried your code and it works for me. When hovering over To answer the more generic question in the title: The status is that the language server works quite well IMO, but new issues are still surfacing, so I prefer to keep it behing a flag. Also the language server hasn’t been released to npm yet, so this experience is still only available in VSCode. I’m also talking to the Volar team to streamline the IntelliSense experience for MDX, Vue, and other similar languages that embed JavaScript. |
Beta Was this translation helpful? Give feedback.
-
@remcohaszing thanks for your response. it does have IntelliSense while inputting props, but no type check also, I would like it works in code block too // foo.mdx
|
Beta Was this translation helpful? Give feedback.
-
I intend to write
tsx
code block at.mdx
and I need to get IntelliSense while using some componentsI've installed vscode-mdx extension and enable
mdx.experimentalLanguageServer
, noting happensBeta Was this translation helpful? Give feedback.
All reactions