coc-spell-checker icon indicating copy to clipboard operation
coc-spell-checker copied to clipboard

A basic spell checker that works well with camelCase code for (Neo)vim

Results 45 coc-spell-checker issues
Sort by recently updated
recently updated
newest added

I noticed a deprecation warning in the logs. The message suggests to use `window.createStatusBarItem`. https://github.com/iamcco/coc-spell-checker/blob/a76ebbff41fec61bb7a3c2556a670720db3f9ff9/src/statusbar.ts#L10 ## Warning > WARN (pid:1874436) [workspace] - workspace.createStatusBarItem is deprecated, please use window.createStatusBarItem instead. at...

Bumps [terser](https://github.com/terser/terser) from 4.4.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Hello, I am using Windows vim and for some reason all the words I add to the user dictionary are not being saved. The `README.md` states the the words get...

**Describe the bug** French words are not spell checked correctly. **To Reproduce** Steps to reproduce the behavior: frontend/public/locales/fr/trainingPlans.json ```json { "buttons": { "addOutsideCompletion": "Ajouter un achèvement extérieur" }, "contentForEmpty": {...

Hi @iamcco, First of all, thank you for the plugin, really helps a lot! My question is, say, I have a word "lolfoo" that is specific to my work, not...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Normally I disable spell check, I use command to trigger it enable manually. I want to add an icon in my status bar if spell checking is enabled, so I...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. In a git repository, run `git commit --allow-empty` 2....