How to add words to Atom's spell checker dictionary?

后端 未结 4 402
旧巷少年郎
旧巷少年郎 2021-02-04 23:43

Trying to get a bit more functionality out of Atom\'s spell checker and right now the false positives are making it less than useful.

How can I add a word to Atom\'s dic

4条回答
  •  被撕碎了的回忆
    2021-02-05 00:33

    This feature was released in version 1.12 of Atom, implemented in Pull Request #120.

    To enable it, checkmark the option labeled Add Known Words, found in Packages -> Settings View -> Open, or shortcut Cmd + ,. Then go to Packages tab and search for spell-check.

    Then, to add a word to the builtin dictionary, press cmd-shift-: while the cursor is on the misspelled word and select the item named Add to Known Words.

提交回复
热议问题