Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/velyan/Comment-Spell-Checker
Xcode extension for spell checking and auto-correcting code comments.
https://github.com/velyan/Comment-Spell-Checker
autocorrect comments extension spellcheck spelling xcode xcode-extension
Last synced: 5 days ago
JSON representation
Xcode extension for spell checking and auto-correcting code comments.
- Host: GitHub
- URL: https://github.com/velyan/Comment-Spell-Checker
- Owner: velyan
- License: mit
- Created: 2018-11-24T10:51:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T03:17:38.000Z (almost 6 years ago)
- Last Synced: 2024-08-16T11:42:54.542Z (4 months ago)
- Topics: autocorrect, comments, extension, spellcheck, spelling, xcode, xcode-extension
- Language: Swift
- Homepage:
- Size: 12.5 MB
- Stars: 158
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xcode-extensions - CommentSpellChecker - Runs spell check and auto correct on code comments. (The list / Helper on editing)
- awesome-ios - Comment Spell Checker - Xcode extension for spell checking and auto correcting code comments. (Xcode / Extensions)
- awesome-ios-star - Comment Spell Checker - Xcode extension for spell checking and auto correcting code comments. (Xcode / Extensions)
README
Comment Spell Checker
![min](https://img.shields.io/badge/min-macOS%2010.13-lightgrey.svg)
An Xcode Source Editor extension that runs spell check and auto correct on your code comments.
![](https://github.com/velyan/Comment-Spell-Checker/blob/master/spell_checker_demo.gif)
## Features
- Supports mutliple comments styles (eg. `//`, `///`, `/*...*/`, `/**...*/`)
- Runs spell check
- Auto corrects## Installation
*Either:*
- Get it on the [App Store](https://itunes.apple.com/au/app/comment-spell-checker/id1444541990?mt=12)
- Download the [compiled app](https://github.com/velyan/Comment-Spell-Checker/releases/download/v1.0.2/Comment.Spell.Checker.app.zip)
- Compile from source*Then:*
1. Run the application (you can quit it after this)
2. Open *System Preferences*
3. Open the *Extensions* pane
4. Find *Comment Spell Checker* and enable *Xcode Source Editor* extension
5. Select a `.swift` file in Xcode and choose *Editor -> Comment Wrapper*## Author
[@vel_is_lava](https://twitter.com/vel_is_lava)
## License
Comment Spell Checker is available under the MIT license. See the LICENSE file for more info.