People Names dictionary for cspell.
This is a pre-built dictionary for use with CSpell.
This dictionary is an attempt at a collection of people names. It is not definitive. Contributions that add names are welcome.
Due to the sensitive nature of names it is important to be clear about what is included in this dictionary. The idea here is to include names from all kinds of backgrounds and cultures, not just English or European (I call this out because this document was originally written in English including the examples below).
-
Each entry is part of a person's name, not the entire time. For example,
John Smithwould not appear in the list, butJohnandSmithare ok. -
No distinction is made between first, middle, last names. Each one can be an entry in the list.
-
All cultural and gender variants of a name are allowed.
-
It is expected that a Google search of the name should return results confirming that it is a name.
-
A name should not be a slur, disparaging, or derogatory term. For example,
Shitheadis not allowed.Exceptions: Names that were once common, but have become slang
Dickis allowed because it is a common derivate ofRichard.Fannyis allowed because it is a common derivate ofFrances.
Please open a pull to add names to the src/names.txt file.
- Add new names to the end of the file.
- One name per line.
Note: src/names.txt will get sorted as part of the release process.
Names can be removed if they:
- Are actually misspelled. (
Johhnwould be replaced withJohn) - Are not a person's name.
- Moderators reserve the right to refuse changes and additions.
Names will not be removed just because someone finds them offensive.
| Tool | Version |
|---|---|
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
npm install -D @cspell/dict-people-namesVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
CSpell Settings cspell.json
cspell.json
{
"import": ["@cspell/dict-people-names/cspell-ext.json"],
"dictionaries": ["people-names"],
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- '@cspell/dict-people-names/cspell-ext.json'
dictionaries:
- people-namesVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-people-names@1/cspell-ext.json"],
"cSpell.dictionaries": ["people-names"],
}CSpell Settings cspell.json
cspell.json
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-people-names@1/cspell-ext.json"],
"dictionaries": ["people-names"],
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-people-names@1/cspell-ext.json
dictionaries:
- people-names| Name | Enabled | Description |
|---|---|---|
people-names |
Yes | People Names dictionary. |
Please help correct any mistakes in the dictionaries.
See: Contributing
Special thanks to all of our amazing contributors!
See: How to Create a New Dictionary
MIT
Some packages may have other licenses included.
Brought to you by
Street Side Software
{ "cSpell.import": ["@cspell/dict-people-names/cspell-ext.json"], "cSpell.dictionaries": ["people-names"], }