swyphcosmo / vscode-spellchecker

Spell check extension for Visual Studio Code
MIT License
16 stars 10 forks source link

only comment need a spell check #45

Closed zzzgit closed 7 years ago

zzzgit commented 7 years ago

hello, is there a way to config this plugin to perform only in comment, but not in code?

swyphcosmo commented 7 years ago

Unfortunately, there isn't an easy way to do this as this extension is intended to be used in plain text files instead of source code. I would recommend using the Code Spellchecker plugin which has options to configure spellchecking only in comments.

zzzgit commented 7 years ago

thanks a lot