EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Simple queation. How to use VSSpellChecker.editorconfig to check only *.vb files #301

Closed aaaron99 closed 10 months ago

aaaron99 commented 1 year ago

Need documation for how to use VSSpellChecker.editorconfig to check only the *.vb files

Also, how to edit previous "ignore all" selections

EWSoftware commented 10 months ago

Edit the global or solution/project configuration and disable the spell checker options in the [] section that covers all files. Enable the spell checker in the [.vb] section so that it only spell checked *.vb files. If you have ignored words, they're likely already in the configuration. If not, you can add them back in.