AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Vertical order for suggestions and selection by arrow keys #68

Open stakaz opened 6 years ago

stakaz commented 6 years ago

Would it be possible to have vertical list of correct suggestions and a quick way to choose from this list (as for auto completion). For example a fix button at each entry would do it.

The current process of correct a word is a little bit inefficient when correcting a lot of errors.

Thanks