Jason Dent

Results 644 comments of Jason Dent

I guess the enhancement would be to enable spell checking of only highlighted code. To Toggle the Spell Checker, use the command: `Spell: Toggle Spell Checking` FYI to add a...

@teschste-reyrey, Thank you for asking. v4.0.3 should be reliable. There is some polishing planned for a few of the new features, but it still might take a month or so....

@dseynhae, Thank you for the question. By default, the spell checker only checks file types that have been enabled. `"cSpell.enableFiletypes"` is the right setting. It works in conjunction with `"cSpell.enableLanguageIds"`....

@brunoruas2, I think the name should be changed. It is used populate in-document directives. It will autocomplete directives: Typing **`// cspell:`** will show a list of directives like: - `cspell:ignore`...

Thank you. It currently just takes all the globs from `search.exclude`: https://github.com/streetsidesoftware/vscode-spell-checker/blob/b31f92e44c1732bbd8ccad002b423c178428f876/packages/_server/src/config/documentSettings.mts#L412-L422

@EHMilon, At the moment, it doesn't automatically fix errors as you type. It might be able to fix common spelling mistakes once the word is finished. As for the other...

@dimitrisnl and @kitforbes, I'll most likely get it working after v4 is released. V4 supports the VSCode Virtual File system so it is possible to spell check remote files. Given...

I think it is worthwhile to open a enhancement issue in [VS Code](https://github.com/microsoft/vscode/issues) and refer to this one.

Note: One workaround I found was to compile the `.cts` files in place (into the same dir) to `.cjs` file. But this breaks down when trying to generate a coverage...