Simple spellcheck package with support for camelCase and snake_case. Runs on save if its activated. Runs on any file type (I think)... Needs to be activated one time on a new atom process,
It passes current tab/pain text to Hunspell...
See spellchecker
repo for more info.
activate command:
ctrl-alt-o
spellchecker
: link: https://www.npmjs.com/package/spellchecker
• Words like this "doesn't" due to the '
highlight-selected
link: https://github.com/richrace/highlight-selected
orange if typo is found else its green and only shown if spell-check-case is activated
Enjoy or contribute ;)