-
Notifications
You must be signed in to change notification settings - Fork 10
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
Ability to add dictionaries #18
Comments
This has been on my list of additions for a while. I'll push it to the top and working it into the next release. Thanks. |
Yes I really need this.. many jargons and custom class/function names in markdown documents are flagged with an error. Great tool, though:) |
@Leedehai it sounds like you actually want to add words to the dictionary and not full languages. This functionality has been around since the beginning of the plugin. Click on the lightbulb icon that appears over the misspelled word, and select 'Ignore' to add the word to your workspace settings file, and 'Always Ignore' to add the word to you global user settings file. Please let me know if I interpreted your comment incorrectly. |
@swyphcosmo oh thanks! |
Any sign of this happening? I'd like to use the en_GB-ize dictionary. Oxford English, as it is sometimes known. Thanks. |
Thanks. I am looking at setting up the PR now, but I see there are two options here. There is the en_GB-ize dictionary and the en_GB-large dictionary. The "large" one contains both -ize and -ise. So I see three options:
-ize is Oxford standard and used in academia. Children are mostly taught -ise and that's what most newspapers use. I suppose from my own point of view I consider -ise to be a mistake if I use it, so separate dictionaries is probably better. |
PR here: #75 |
@kuro68k Thanks for the PR! I'm trying to get a couple other open issues addressed and plan to get a new version uploaded to the market place by the end of the week. |
Only built-in dictionaries are supported now. It would be nice if we could configure a path to load the dictionaries from.
The text was updated successfully, but these errors were encountered: