If you are new to Sublime Text, one of the most powerful text editors on both Windows and macOS Operating Systems and are looking for "how to do spell check", here are some two ways you can do it,
Using Keyboard Shortcut: F6
- Open your file in Sublime Text, or be on the tab you want to spell check on.
- Now press F6, you should see all mis-spelled words be highlited in red.
- If you press F6 again the red highlighting will disappear - so it works like a toggle button.
Using Menu Options:
- Be on the tab you want to spell check on.
- Go to Menu --> View --> Spell Check
- You should see all mis-spelled words be highlited in red.
Use keyboard shortcuts to move to next and previous misspelled words:
- Use Control + F6 (Command + F6 for macOS) to move to the next misspelled word.
- Use Control + Shift + F6 (Command + Shift + F6 for macOS) to move to the previous misspelled word
- You should see all mis-spelled words be highlited in red.
You can right-click on the misspelled words and look for the correct words from the dictionary, or even add or ignore the word (example names or code syntaxes) dictionary.
More Posts related to Sublime,
More Posts:
- Create Custom Android AlertDialog - Android
- Copy Text to Android Clipboard Programmatically ClipboardManager - Android
- Facebook Down Will Be Back Soon - Facebook
- How to check installed Eclipse version 32-bit or 64-bit - Eclipse
- How to create an Autocomplete Android EditText Example - Android
- How to display Toast on Button Click : Android - Android
- Two Buttons next to each other in Android Layout - Android
- JSON Datatypes : Tutorial - Json-Tutorial
- Eclipse : Workspace was written with an older version of the product and will be updated - Eclipse
- JavaScript : redirect page to other url - Android
- Android Error Unexpected cast to Button: layout tag was FrameLayout - Android
- [Solved] SharePoint System.IO.FileNotFoundException was unhandled - SharePoint
- Fibonacci series from 1 to 500 table - Html
- The author stylesheet specified in tag script is too long - document contains 21759 bytes whereas the limit is 10000 bytes - Html
- Facebook Graph API Unavailable - Facebook