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

Feature: enableCompoundWords should include words that are added to userWords

Open esetnik opened this issue 5 years ago • 0 comments

Example:

I have in my coc-settings.json

"cSpell.userWords": [
    "algolia"
  ],
"cSpell.allowCompoundWords": true,

image

I would expect that since the word algolia is in my userWords and I am using allowCompoundWords: true and since search is a valid english word then there would be no error in this case.

esetnik avatar May 14 '20 18:05 esetnik