Jason Dent
Jason Dent
Nice book. I have cloned the book and tried editing the files. I don't see any performance issues. Spell checking is happening as I type. Would you share your `cSpell`...
Thank you for the example. Did you try increasing the delay? 
@mfp22, How about just hiding the spelling issues? | Title | Command | | --- | --- | | Spell: Toggle Show Spelling Issues | `cSpell.toggleVisible` | | Spell: Hide...
@gothrek22, Thank you for trying. Some dictionaries are very complicated and include nested compound rules. Can you share some more information: - The hunspell source. - Did you use the...
@gothrek22, That means applying the rules is causing something to break. It is not ideal because it is a limited dictionary, but it is possible to get a basic word...
> Do you have a link to ko_KR.aff/dic you are using? I just noticed that you included it in a previous comment.
@JoeyLearnsToCode, Thank you. I agree with you. As you correctly pointed out, the spell checker would need to parse files to achieve this. It has been a commonly requested feature,...
@ssbarnea, I'm not sure what you are asking. This issue is about how the `.gitignore` support isn't exactly correct. There is a setting to turn on `.gitignore` support: `useGitignore`. `gitignoreRoot`...
@ssbarnea, There are a few command line options: `cspell lint --help` ``` cspell . --gitignore git ls-files | cspell --file-list stdin ```
Please see the discussion here: https://github.com/streetsidesoftware/cspell/issues/3215