Skip to content

UnschooledGamer/Acode-SpellChecker-Plugin

Repository files navigation

Acode Spell Checker Plugin

A DEAD simple spell checker plugin for the Acode editor.

Features

  • 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.

Usage

  1. Open any file in the editor.
  2. Open the command palette (usually by tapping the three-dot menu).
  3. Select the "Spell Check" command.
  4. 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.

Supported Languages

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.

To-Do

  • 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.

About

A DEAD simple spell checker plugin for the Acode editor.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published