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

Disable Spell Checker in some parts of project #297

Closed eliaquimmauricio closed 1 year ago

eliaquimmauricio commented 1 year ago

Is it possible to disable the spell checker in files that starts in a specific namespace?

For example:

Classes names:

[1] Test.Application.Dog [2] Test.Application.Cat [3] Test.Domain.Cow

I'd like to disable the first and second ones.

EWSoftware commented 1 year ago

No, you have to do it by folder or file. However, if your project follows the convention of placing code in folders named after namespaces then you could add a section for "Test/Application/**" and set the options as you see fit for files matching it.