Yup, I’ve followed the instructions exactly, twice. I also restarted my machine after both attempts, just in case that helps with loading the plugin.
I have tried three different ways to run the command:
- Using a key binding:
I have put the following in Default (OSX).sublime-keymap:
{ “keys”: [“ctrl+alt+s”], “command”: “select_all_spelling_errors” }
- Using the console:
I enter the following in the console:
view.run_command(‘select_all_spelling_errors’)
- Pressing Shift+CMD+P to bring up the command palette and then selecting “Select All Spelling Errors”.
In all instances nothing happens. No error message is displayed.
The console doesn’t show any errors.
The only thing I can think of is that the code in Stackoverflow has indents. Would that create problems?