streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.41k stars 126 forks source link

[Question] Is it possible to scan the whole project #3018

Open dimitrisnl opened 7 months ago

dimitrisnl commented 7 months ago

Hello!

I really appreciate this extension, it's one of my essentials. I was wondering, is it possible to do a full-project sweep with vscode and see an overview?

Thanks!

kitforbes commented 7 months ago

Sadly that was marked as "not planned" a while back as there's a NPM package which supports the feature. Ref: https://github.com/streetsidesoftware/vscode-spell-checker/issues/376#issuecomment-1446372649

Jason3S commented 7 months ago

@dimitrisnl and @kitforbes,

I'll most likely get it working after v4 is released. V4 supports the VSCode Virtual File system so it is possible to spell check remote files. Given that, the command line tool won't be able to access the remote files, so it will be necessary to do the scanning from the extension.

dimitrisnl commented 7 months ago

Thank you both. Happy to close this issue if you want @Jason3S