Coc.nvim: Adapt Code Spell Check extension to coc-vim

Created on 21 May 2019  ·  4Comments  ·  Source: neoclide/coc.nvim

Is your feature request related to a problem? Please describe.
The spell-check built into vim is incredibly basic: it's meant for prose, not for coding.

I make a ton of typos while programming and one of my favourite extensions for vscode is Code Spell Checker. It works really well and has a fairly large dictionary out of the box.

Describe the solution you'd like
I would love to have that extension adapted to work with coc-vim.

Describe alternatives you've considered
I tried adapting the extension myself but there isn't good documentation of how to do that yet, so I wonder if some maintainer has the goodwill to help with that.

help wanted

Most helpful comment

All 4 comments

The problem is that currently it doesn't support any code spell checker: tools like languagetool are only mean for prose and don't understand code, which is where Code Spell Checker shines

I have it installed with VSCode, but don't really like it because of too much noise.
Maybe someone else will be interested.

coc extension is similar to vscode extension, so if you want to port the extension have a look at https://code.visualstudio.com/api/get-started/your-first-extension

Was this page helpful?
0 / 5 - 0 ratings