Highlights misspelling in Atom and shows possible corrections.
Use cmd+shift+:
to bring up the list of corrections when your cursor is on a
misspelled word.
By default spell check is enabled for the following files:
- Plain Text
- GitHub Markdown
- Git Commit Message
- AsciiDoc
You can override this from the Spell Check settings in the Settings view (cmd-,). The Grammars config option is a list of scopes for which the package will check for spelling errors.
To enable Spell Check for your current file type: put your cursor in the file,
open the Command Palette
(cmd+shift+p), and run the Editor: Log Cursor Scope
command. This
will trigger a notification which will contain a list of scopes. The first scope
that's listed is the one you should add to the list of scopes in the settings
for the Spell Check package. Here are some examples: source.coffee
,
text.plain
, text.html.basic
.
Currently, only the English (US) dictionary is supported. Follow this issue for updates.