Here is my settings
"dictionary": "Packages/Language - English/en_US.dic",
"spell_check": true,
and it checks every languages. it bothers me.
Here is my settings
"dictionary": "Packages/Language - English/en_US.dic",
"spell_check": true,
and it checks every languages. it bothers me.
Open a file of the type you don't want to spell check in and choose Preferences > Settings - Syntax Specific
from the menu to open the settings specific to that kind of file. In those settings, set spell_check
to false
to turn it off for those kind of files.
Alternately, you can also turn off spell_check
in your main settings and do this to turn it on only in the types of files where you want spell checking, if you mostly want it off and only occasionally want it on.