Xcode extension for spell checking and auto-correcting code comments

Comment Spell Checker

An Xcode Source Editor extension that runs spell check and auto correct on your code comments.

Features

  • Supports mutliple comments styles (eg. //, ///, /*...*/, /**...*/)
  • Runs spell check
  • Auto corrects

Installation

Either:

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

GitHub