Home

Awesome

Mark

Xcode extension for automatic generation of MARK comments.

mark_all.gif

Why?

If you would like to organize your code with MARK comments, this will save you some time. Mark automatically generates comments from any class, struct, enum, protocol or extension declaration in the current file.

Installation Guide (Xcode 8 / OSX 10.11+)

  1. close Xcode
  2. (OSX 10.11 only) sudo /usr/libexec/xpccachectl
  3. download the Mark app
  4. unzip and copy to Applications folder
  5. run (right click + open)
  6.  -> System Preferences... -> Extensions -> All -> Enable Mark
  7. open Xcode
  8. select a Swift source file
  9. check if Editor -> Mark is there
  10. (/^▽^)/

Usage

mark_selected.gif

mark_empty.gif

Supported languages

License

MIT, see LICENSE