An Xcode Source Editor extension that runs spell check and auto correct on your code comments.
- Supports mutliple comments styles (eg.
//,///,/*...*/,/**...*/) - Runs spell check
- Auto corrects
Either:
- Get it on the App Store
- Download the compiled app
- Compile from source
Then:
- Run the application (you can quit it after this)
- Open System Preferences
- Open the Extensions pane
- Find Comment Spell Checker and enable Xcode Source Editor extension
- Select a
.swiftfile in Xcode and choose Editor -> Comment Wrapper
Comment Spell Checker is available under the MIT license. See the LICENSE file for more info.
