Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should monitor and automatically reload user dictionaries #337

Closed
solidpixel opened this issue Apr 29, 2019 · 6 comments
Closed

Should monitor and automatically reload user dictionaries #337

solidpixel opened this issue Apr 29, 2019 · 6 comments

Comments

@solidpixel
Copy link

It would be useful for the tool to have an option to monitor user dictionaries for changes. I often have a user dictionary file which I maintain by hand with project-specific terminology, but you have to either close and reopen VSCode or disable/enable the extension to force the dictionary to be reloaded.

@Jason3S
Copy link
Collaborator

Jason3S commented Apr 30, 2019

@solidpixel, I don't have a perfect solution yet, but you do not need to restart VS Code.
Try this instead:
F1 Toggle Spell Checking

image

Do it twice to turn off the spell checker and back on again. This will cause all the dictionaries to be reloaded.

@Jason3S
Copy link
Collaborator

Jason3S commented May 2, 2019

You can even assign a keyboard shortcut to do it.

@solidpixel
Copy link
Author

Thanks, that sounds like a great workaround.

@art-in
Copy link

art-in commented Sep 5, 2019

Workaround with Toggle Spell Checking doesn't work for me.
(vscode v1.38.0, code-spell-checker v1.7.18, win10)

Also there's no option to add new word directly to custom dictionary file. So it requires editing the file by hand each time.

My motivation to use custom dictionary file with new-line separated words over cspell.json is that it's more portable cross-IDE solution. E.g. I can configure webstorm to use same dictionary file, so as a result whole project team using it.

@henrikq
Copy link

henrikq commented Oct 14, 2019

First of, thanks for the great plugin!

Toggle Spell Checking workaround doesn't work for me either. My work around is to Add Word to User Dictionary, and then periodically transfer from my settings.json to my dictionary.

Jason3S added a commit that referenced this issue Nov 14, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants