A DEAD simple spell checker plugin for the Acode editor.
- On-Demand Spell Check: Scans the entire current file for spelling errors.
- Real-time Spell Check: Automatically checks spelling as you type with debouncing for performance.
- Visual Highlighting: Misspelled words are underlined in red.
- Gutter Indicators: Lines containing spelling errors are marked in the gutter for easy navigation.
- Open any file in the editor.
- Open the command palette (usually by tapping the three-dot menu).
- Select the "Spell Check" command.
- The plugin will then highlight any misspelled words.
The plugin also performs real-time spell checking as you type, with a small delay to ensure good performance.
Currently, the plugin defaults to English (US).
Support for other languages can be added by placing Hunspell dictionary files (.dic
and .aff
) into the plugin's dictionaries
directory.
- Provide spelling suggestions for corrections.
- Ability to add words to a user-defined dictionary.
- A settings page to easily switch between installed dictionaries/languages.
- Command to clear existing spell-check markers.
This plugin is powered by typo-js.