How to enable spell checking in Notepad++

notepadspell-check

This question from 4 years ago claims that Notepad++ has spell checking enabled by default. This doesn't seem to be the case anymore, as I haven't been able to find any sign of a spell check option in Notepad++ v7.5.1.

How can I re-enable spell checking in Notepad++?

Best Answer

  1. Install the Plugin Manager if you do not have it already

  2. Install DSpellCheck: Plugins --> Plugins Admin:

  3. Restart Notepad++ (if necessary)

  4. Download dictionaries: Plugins --> DSpellCheck --> Settings:

    • Library: Hunspell
    • Download... (check boxes for your dictionaries, Install Selected)
    • Language: (select your language)
  5. OK

  6. Restart Notepad++ (if necessary)

DSpellCheck settings, dictionary download

Turn automatic spell check on and off with the red-squiggle ABC button Spell Check button in the toolbar.

Related Question