All Projects → ianyh → XCommentWrap

ianyh / XCommentWrap

Licence: other
XCode plugin for wrapping comments at 80 characters.

Programming Languages

objective c
16641 projects - #2 most used programming language
emacs lisp
2029 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language

XCommentWrap

XCode plugin for wrapping comments at 80 characters. I implemented it because I found myself not writing more comprehensive comments when I really should have simply because wrapping them was a pain in the ass.

How It Works

It detects if you're currently typing a code comment and when your typing extends beyond 80 characters and then pipes it through an emacs script that formats it to fill-column 80.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].