webstorm 支持 mdx高亮

webstorm 支持 mdx高亮_第1张图片
67905214-dd839900-fb2d-11e9-92a9-a5e8c5607084.gif

原答案链接

You can get syntax highlighting and word-based completion in mdx files via a TextMate bundle support in WebStorm 2019.2.
To enable it:

  • Download the sources of the vscode-mdx plugin
  • In WebStorm, open Preferences/Settings | Editor | TextMate Bundles
  • Click on the Add button and select the folder with the downloaded plugin
  • Apply changes and close the settings dialog.

I would also like to let you know that we do not plan to implement MDX support in the upcoming WebStorm 2019.3 (because this release is going to be focused on improvements rather than new features). We will consider this feature for one of the releases in 2020. Thanks for understanding!

你可能感兴趣的:(webstorm 支持 mdx高亮)