vscode-spell-checker
vscode-spell-checker copied to clipboard
Add support for MDX
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?
You can turn it on yourself.
- Open an MDX file.
F1Enable Spell Checking Document Language
Or go to VS Code settings and enable the filetype.

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