A Sublime Text can check spelling out of the box and uses Hunspell spell checker for this, that is also used by LibreOffice, OpenOffice.org, Mozilla Firefox, Thunderbird, Google Chrome etc.
By default, the spell checking feature in the Sublime Text it is disabled.
This short note shows how to enable the spell checking in the Sublime Text.
Cool Tip: How to add a newline at the EOF on save in Sublime Text! Read more →
Enable Spell Check in Sublime Text
In the Sublime Text go to the Preferences -> Settings
and in the right panel set the spell_check
to true
as follows:
{ // Set to true to turn spell checking on by default "spell_check": true }
Now the Sublime Text will start check spelling.
Cool Tip: How to install package (plugin) in Sublime Text! Read more →