Vscode-spell-checker: Recognize English genitive case possessive clitic suffix "-'s"

Created on 17 Jun 2018  路  1Comment  路  Source: streetsidesoftware/vscode-spell-checker

Currently, the spell checker complains about all words ending in the possessive clitic suffix 's. It would be useful if it could learn this form of the English genitive case.

Most helpful comment

I agree that this can be an issue.
I'll look into adding an option to ignore these.
In the mean time, you can have the spell checker ignore them.

In your user settings or workspace settings, the following will ignore all 's

  "cSpell.ignoreRegExpList": ["'s\\b"]

>All comments

I agree that this can be an issue.
I'll look into adding an option to ignore these.
In the mean time, you can have the spell checker ignore them.

In your user settings or workspace settings, the following will ignore all 's

  "cSpell.ignoreRegExpList": ["'s\\b"]
Was this page helpful?
0 / 5 - 0 ratings

Related issues

jose-a-sa picture jose-a-sa  路  6Comments

eamodio picture eamodio  路  6Comments

mgroves picture mgroves  路  5Comments

xwang233 picture xwang233  路  4Comments

gandalfsaxe picture gandalfsaxe  路  6Comments