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

[Feature] Allow for solution file to be named `.vsspell` #254

Closed DamianSuess closed 2 years ago

DamianSuess commented 2 years ago

As a user, I would like to quickly copy/share the *.vsspell file with other solutions and import them without having to rename it exclusively based on the solution file's name.

As a suggestion, also allow the use of the name, .vsspell rather than, My.Long.SolutionName.sln.vsspell. This also aligns with solution customization files such as, .editorconfig, .dockerignore, .runsettings, .xamlstyler, etc.

DamianSuess commented 2 years ago

You're the man! Thank you @EWSoftware