Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run VSCode Code Spell Checker extension on an entire folder?/

Street Side Software's Code Spell Checker is a great VSCode extension to tease out typos. I mainly interact with it on a per source file basis where opening the file in the editor triggers the spell check rundown. Is there some way to enact a spell check on an entire directory, maybe even opening all affected files?

like image 975
jxramos Avatar asked Jan 02 '20 19:01

jxramos


1 Answers

This is not currently possible with the extension but it is still an open ISSUE 376 on plugin's github page so it is possible, in future, this feature might be added.

As an alternative, as suggested in the same issue, you can use cspell utility to spell check project directory.

like image 88
Dipen Shah Avatar answered Nov 12 '22 08:11

Dipen Shah