-
Notifications
You must be signed in to change notification settings - Fork 77
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
Feature Request: consider splitting dictionary in multiple ones #597
Comments
Regarding our recent chat on Discord, here's the thread where I posted some related thoughts a few days ago: #473 |
Cool project! |
Here is a thread about "should we accept min as a word"
Originally posted by @ccoVeille in #596 (comment) So the idea could be not only to split the dictionary, but also consider external source of data to feed harper dictionaries |
There are going to be lots of identifiers in comments, and also technical terms for things that are not really English words, or don't have settled spellings, etc. think "hash map" vs "hashmap" vs "HashMap" vs "hash_map" etc. not to mention things like On the one hand we don't want to mark them all as possible errors, and on the other hand we don't want to pollute the English dictionary with lots of that stuff. Completely separately but related, any class/object/interface/variable/constant/function etc. name will be referenced in comments. So ideally in the future a way to gather all those from the current file or the project/repo into an additional dynamic dictionary would be something to have. But it may also be worth finding English mistakes inside identifiers too - I know I've contributed fixes for that sort of thing to OSS projects before. |
I like how @Jason3S (hi Jason 👋) structured the cspell project
https://github.com/streetsidesoftware/cspell-dicts
Here I'm not asking for a distinct repository as cspell does, but at least to split a dictionary that went too big
The text was updated successfully, but these errors were encountered: