1 个仓库
Supports dynamic loading of external word lists and language-specific files to expand validation vocabulary.
Distinct from Plugin-Based Extensibility: Distinct from general plugin-based extensibility: focuses specifically on the dictionary loading mechanism for spelling validation.
Explore 1 awesome GitHub repository matching software engineering & architecture · Dictionary Plugins. Refine with filters or upvote what's useful.
This project is an integrated spelling validation tool designed for source code and documentation. It functions as an editor extension that identifies and highlights spelling errors within comments, strings, and programming identifiers, providing real-time feedback and correction suggestions directly within the development environment. The tool distinguishes itself through its ability to parse complex naming conventions, such as camelCase and snake_case, into individual components for accurate validation. It operates as an offline-first engine, ensuring that all text analysis and dictionary l
Allows the dynamic loading of external word lists and language-specific files to expand the vocabulary used during the validation process.