cargo-spellcheck icon indicating copy to clipboard operation
cargo-spellcheck copied to clipboard

Use directives of "Code Spell Checker" for Visual Code

Open crjeder opened this issue 8 months ago • 2 comments

For Visual Code there is a quite popular spell checker plug-in which uses in document settings like:

// spell-checker:words Pan Galactic Gargle Blaster

to add words to the dictionary or to turn spellchecking off for a paragraph. I like this solution and it would be a nice combination to use cargo-spellcheck as a quality gate in the pipeline and the plug-in for interactive checking.

I'd like to use both tools with the same configuration stored in one place.

Of course the feature could be implemented by an shell script which syncs both configurations, but this would neither be convenient nor robust.

crjeder avatar Jun 20 '24 14:06 crjeder