Sublime Forum

Auto Spell Check (Sublime 3)

#1

Ok, I’ve recently downloaded github.com/SublimeText/Dictionaries as an addon.

I was wondering how i make spell check turn on by default instead of having to go to view and click spell check every time i move to a new file. I need it to be automatically on.

Any help?

0 Likes

#2

You just go to -> Main menu bar -> Prefernces -> Settings - User

This will open a new tab with user settings, if the file is just empty, add this and save:
{
“spell_check”:true
}

If the file is not empty, at the top after the “{” add a new entry
“spell_check”:true,

The comma is important

0 Likes

#3

I think it comes built in as a feature (sorry I’m new to Sublime). But as per this post I found, you can enable that in settings? http://bitmapcake.blogspot.com/2015/05/sublime-text-spell-check.html

0 Likes