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
376 stars 65 forks source link

Sharing the User Dictionary #160

Closed sergedornseiffer closed 6 years ago

sergedornseiffer commented 6 years ago

Hello. I would like to know if there is a way to share the User-Dictionary. (Without exporting / importing it)

Thank you very much

Serge

EWSoftware commented 6 years ago

The best way to do it is to add a user dictionary file to the solution or project and add the root folder reference (.\) to the Additional Dictionary Folders list in the related solution/project configuration file. This allows it to be shared amongst the team using it and source control can merge changes from them all into the shared user dictionary for the soluton/project.

sergedornseiffer commented 6 years ago

Thank you very much. That helpes