-
### Description
Proposal to add 'Distractions Toggle' to hide/show markdown style issues (from the linter) & spellchecking issues in the editor. Currently the only option is to hide distracting synta…
-
We could add spellchecking through [ReSpeller](https://plugins.jetbrains.com/plugin/11620-respeller-free), InspectCode and the [Cake.Issues addins](https://cake-contrib.github.io/Cake.Issues.Website).
-
ar_test.aff
```
SET UTF-8
```
ar_test.dic
```
قفا
نبك
من
ذكرى
حبيب
ومنزل
```
test.txt
```
قفا نبكيان من ذكرى حبيبن وأحمدييي
```
```
$ hunspell -d ./ar_test -l test.txt
قفا
نب…
-
I love this library already, I've been looking for something like this for a project of mine for months now! However, I saw the README said this about the project:
``"and without all the extra stuff …
-
Currently, Chrome browser - used with ElectronJS - supports practically only English spellchecking. It does not check the lang property of a HTML element to turn spellchecking off.
If story languag…
-
Hi, I'm using Neovim, I have the ltex-ls server installed with LspInstall, but when I activate it, it gives alarms for every single word I type in my LaTeX document (I'm writing in spanish), and I was…
-
-
Possible solution: https://crates.io/crates/cargo-spellcheck
-
The spelling corrector shows me the misspelled words, but doesn't let me select one, as it does in other apps. For example here when I click on 'Différemment' it is unresponsive, nothing happens. The …
-
IDEs like NetBeans does not provide out-of-box ability to sell check js doc comments.
So an alternative is to use [eslint](https://eslint.org/) for spell check. This functionality is provided via …