Replies: 1 comment
-
There are a few ways to do this: Using the REPLStarting with v4 of the spell checker extension, there is a spell checker REPL. Opening the REPLThere are a couple of ways to open the REPL:
Checking files in the REPLUse the Check all Markdown files: check **/*.md ![]() Using CSpellSee: Getting Started with CSpell | CSpell. CSpell Check all markdown files:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I inherited a 200k line coding project . When I look at code it finds lots of spelling error.
How to search for all spelling errors within the project and get a list of all of all the files with issues so I can go through it and fix them 1 by 1.
Reading all the code to find the issues is not feasible
Thanks
Dieter A.
Beta Was this translation helpful? Give feedback.
All reactions