vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

Add support for MDX

Open coderinblack08 opened this issue 4 years ago • 2 comments
trafficstars

Shouldn't be too bad since MDX is basically just markdown :D

Wait can I add file extensions manually rather than waiting for this to go through?

coderinblack08 avatar Jan 02 '21 01:01 coderinblack08

You can turn it on yourself.

  1. Open an MDX file.
  2. F1 Enable Spell Checking Document Language image

Or go to VS Code settings and enable the filetype. image

Jason3S avatar Jan 06 '21 17:01 Jason3S

Unfortunately this does not seem to ignore React components, which is the goal of MDX, i.e. use JSX (React) in your markdown content. So any component is spell checked :(

image

sebastienbarre avatar Mar 04 '22 02:03 sebastienbarre