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

Feature: Only spell check changed files. #2371

Open Jason3S opened 1 year ago

Jason3S commented 1 year ago

Discussed in https://github.com/streetsidesoftware/vscode-spell-checker/discussions/2370

Originally posted by **kentlarsson** November 29, 2022 Would it be possible to configure the plugin to only check files i've edited? Or maybe even parts of a file I've edited? I'm working in a big codebase and it unfortunately gets a bit spammy. At the same time I think the extension is awesome and would like to use it to fix some spelling errors and not introduce new ones, baby steps.
mjmatthiesen commented 1 year ago

Old feature request that I would also find helpful. I know with git diff you can asily determine what files have been changed, but I don't know if VS Code allows access to this.