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

Support adding words from multiple VS instances #219

Closed billybednar closed 3 years ago

billybednar commented 3 years ago

Currently adding a word to the dictionary results in the user dictionary file being overwritten. Any words added by another instance of Visual Studio are lost. The extension should at least check the modification date before overwriting the file and reload it if necessary. Ideally it would watch the file and reload it automatically upon modification.