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++?
5 Answers
Install the Plugin Manager if you do not have it already
Install DSpellCheck: Plugins --> Plugins Admin:
- (check the box for DSpellCheck)
- Install
Restart Notepad++ (if necessary)
Download dictionaries: Plugins --> DSpellCheck --> Settings:
- Library:
Hunspell - Download... (check boxes for your dictionaries, Install Selected)
- Language: (select your language)
- Library:
OK
Restart Notepad++ (if necessary)
Turn automatic spell check on and off with the red-squiggle ABC button in the toolbar.
Install DSpellCheck plugin.
Here is how to,
- Goto: Plugins -> Plugin Manager -> Show Plugin manager
- Select DSpellCheck from Available plugin list
- Click Install and let notepadd++ restart
- Goto: Plugins -> DSpellCheck -> Change Current Language
- Select your language(s) and add
There are several spell checkers available as plug-ins to Notepad++. You can add them via the Plugin Manager or manually by downloading them from the resources page and then extracting them to your Notepad++ install folder.
It seems the original default spell check was removed due to it occasionally causing crashes with Windows 10. The original spell check function was DSpellCheck.
1Follow the link and download and install both files Full installer and the precompiled dictionary for English aspell-en-<VERSION>.exe (or any other available language). Now you can access the spell checker from the menu Plugins > Spell-Checker > Spell-Checker... (If Spell-Checker plugin does not show up on the menu, install it by using the Plugin Manager).
Update to @techturtle's answer:
It is added back as per this thread. I also checked and tested this by installing latest version of Notepad++(v7.6.2). And now the answer to question from 4 year ago is working.