batch spell checking of source code
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know of a program that can be used to spell check large quantities of source code? I'm interested in something that will simply produce a list of questionable words in the strings used by the program, and not something with a UI. We currently use Visual Assist which is good for verifying the spelling of the code we are working on, but I would like something that can go through the hundreds of other source code files and point out possible problems.