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

Consider adding spell check for specific folder. #220

Closed paperwaste closed 3 years ago

paperwaste commented 3 years ago

I would be nice to be able to use the check on a specifc folder inside the solution. Currently only allows entire solution or single document. This would be very useful for the Views folder in a MVC project for example.

EWSoftware commented 3 years ago

This is supported. In the Solution/Project spell check tool window, set the Spell Check combo box to "Selected Solution Explorer Items". In the Solution Explorer tool window select any combination of projects, folders, and/or files. When you click the Start button in the spell check tool window, it will check the selected items. For projects and folders, all sub-items are spell checked.