Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EWSoftware/VSSpellChecker
A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
https://github.com/EWSoftware/VSSpellChecker
Last synced: 7 days ago
JSON representation
A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
- Host: GitHub
- URL: https://github.com/EWSoftware/VSSpellChecker
- Owner: EWSoftware
- License: other
- Created: 2015-01-22T02:40:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T20:32:22.000Z (5 months ago)
- Last Synced: 2024-11-05T08:42:51.709Z (8 days ago)
- Language: C#
- Homepage:
- Size: 20.1 MB
- Stars: 377
- Watchers: 31
- Forks: 65
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to the **Visual Studio Spell Checker** project.
* [Get the current release](https://github.com/EWSoftware/VSSpellChecker/releases)
* [Ask a question or open an issue](https://github.com/EWSoftware/VSSpellChecker/issues)
* [Getting Started](https://ewsoftware.github.io/VSSpellChecker/html/027d2fbc-7bfb-4dc3-b4f5-85f95fcf7629.htm)
* [System Requirements and Building the Code](https://ewsoftware.github.io/VSSpellChecker/html/deeba4a0-5a5f-497c-a9c1-7dec64e9c2bf.htm)
* [Contributing](https://ewsoftware.github.io/VSSpellChecker/html/847a2b53-6583-4198-80ef-0e537346e4a3.htm)This project is a Visual Studio editor extension that checks the spelling of comments, strings, and plain text
as you type or interactively with a tool window. It also contains a code analyzer that will spell check
identifiers in C# source code. It can spell check an entire solution, project, or selected items. It is based
largely on the spell checker extension originally created by Noah Richards, Roman Golovin, and Michael
Lehenbauer. This version has been extended significantly to include many new features all of which are
configurable._**NOTE: The master branch is for Visual Studio 2017 and later. For Visual Studio 2013/2015, use the VSLegacy
branch.**_