tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Compatible VSCode extensions #55

Closed miffels closed 3 years ago

miffels commented 4 years ago

I was wondering, are there any compatible VSCode spell checking extensions that can share the dictionary with this CLI? Would be awesome to have consistent spell checking between VSCode and build scripts. I have found old stuff like remark-lint, but that is no longer maintained it seems, and I do not see how it would digest a regex-based dictionary.

tbroadley commented 4 years ago

That would be neat! I haven't heard of any compatible extensions unfortunately. I developed the regex-based dictionary specifically for this project, so I think it's unlikely anyone has built an extension that consumes the same format.