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

Add Gherkin(feature) to enabled file-types by default?

Open zypA13510 opened this issue 4 years ago • 1 comments

Gherkin feature files (for Cucumber) are supposed to be plain English, much like Markdown. I don't see why not to add it to the list of spell-check-enabled file-types by default.

zypA13510 avatar Mar 22 '21 03:03 zypA13510

To enable spell checking in .feature files, add to settings.json

"cSpell.enableFiletypes": [
  // ....
  "cucumber"
],

works for the official Cucumber VS Code extension

levchak0910 avatar Jun 26 '24 10:06 levchak0910