Adding Spellcheck to Sublime Text editor

To add spell check to Sublime Text, you can:

  1. Open the Preferences menu
  2. Select Settings
  3. Select User
  4. Add the code {"spell_check": true}
  5. Save the file

You can also enable spell checking for specific file types, like Markdown. To do this, you can:

  1. Open or create a file of the desired type
  2. Go to Preferences > Settings > More > Syntax Specific > User
  3. Add the code {"spell_check": true}

You can also add additional dictionaries to Sublime Text. To do this, you can: