The CodeTypo mono-repo, a spell checker for code.
Some videos related to CodeTypo and the Code Spell Checker for VS Code.
- Spell Checking Documentation in DevOps Pipelines by Houssem Dellai
- Don't Worry About Spelling...VS Code Can Do It For You!! by James Q Quick
- Spell Checking In VSCode - VSCode Pro Tips
- Spell Check in VS Code with Code Spell Checker - Extension Highlight
- Spell check your code from the command line with Codetypo
- How to Use VS Code Spell Checker - Detailed walkthrough to setup and use multiple languages
- Code Spell Checker Extension for Visual Studio Code
- codetypo -- codetypo command-line application
- @codetypo/eslint-plugin -- CodeTypo ESLint Plugin
- codetypo-bundled-dicts -- collection of dictionaries bundled with codetypo.
- codetypo-glob -- glob library.
- codetypo-io -- i/o library.
- codetypo-lib -- codetypo library used for code driven spelling checking (used by the application).
- codetypo-types -- codetypo types and JSON schema for codetypo configuration files.
- codetypo-tools -- tool used to compile dictionaries.
- codetypo-trie-lib -- trie data structure used to store words.
- codetypo-trie -- trie data tool used to store words.
- hunspell-reader -- reads Hunspell files and outputs words.
-
codetypo-cli --
codetypo-cli
is useful for includingcodetypo
directly from GitHub.Example install:
npm install -g git+https://github.com/khulnasoft/codetypo-cli
.This will add the
codetypo-cli
command, which is an alias of thecodetypo
command.
Join us on:
Link | Description | Status |
---|---|---|
rfc-0001 | Fixing common misspellings | Done |
rfc-0002 | Improving Generated Suggestions | Done |
rfc-0003 | Plug-ins: Adding file parsers | In Progress |
rfc-0004 | Support Marking Issues as Known | Not started |
Available as part of the Tidelift Subscription.
The maintainers of CodeTypo and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. Learn more.
To report a security vulnerability, please email [email protected] or use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
version | Node | Status | Maintenance | End of Free Support | |
---|---|---|---|---|---|
codetypo | 8.x | 18.x | In Active Development | TBD | TBD |
codetypo | 7.x | 16.x | Maintenance | 2023-10-01 | 2023-11-07 |
codetypo | 6.x | 14.14.x | Paid support only1 | 2023-04-01 | 2023-05-01 |
codetypo | 5.x | 12.x | Paid support only1 | - | 2022-10-01 |
codetypo | 4.x | 10.x | Paid support only1 | - | 2022-05-01 |
Contributions are welcome! See our contribution notes. Note: To add or remove words in a dictionary, visit codetypo-dicts.
🙏 Special thanks to all of our amazing contributors! 🥰
Brought to you by KhulnaSoft Ltd