Last Updated by Steven Barnegren on 2025-07-24
What is Comment Wrapper?
Comment Wrapper is an Xcode source editor extension that helps to format comments to wrap at a certain line length. It allows users to wrap, unwrap, and re-wrap comments while maintaining the leading comment prefix and indenting. The app can wrap comments at line lengths of 40, 60, or 80, and it won't wrap code examples when wrapping documentation.
1. Comment Wrapper is an Xcode source editor extension that can format comments to wrap at a certain line length.
2. Once you've wrapped a comment, you might want to edit it in place, although adding or removing characters an a particular line will make it too long or too short.
3. You can use Comment Wrapper's 're-wrap' functionality to re-wrap the comment.
4. /// This is a long comment that descripes some behavior.
5. /// This is a long comment that descripes some behavior.
6. Long comments are difficult to read because they become very long horizontally.
7. /// to read because they become very long horizontally.
8. The result will be of a type x, y or z.
9. The result will be of a type x, y or z.
10. // and secondProtocol.
11. // and secondProtocol.
12. Liked Comment Wrapper? here are 5 Developer Tools apps like Comments for Xcode; BlockComment for Xcode; Comment Here; GitHub; DManager!;
Or follow the guide below to use on PC:
Select Windows version:
Install Comment Wrapper for Xcode app on your Windows in 4 steps below:
Download a Compatible APK for PC
Download | Developer | Rating | Current version |
---|---|---|---|
Get APK for PC → | Steven Barnegren | 1 | 1.1 |
Get Comment Wrapper on Apple macOS
Download | Developer | Reviews | Rating |
---|---|---|---|
Get Free on Mac | Steven Barnegren | 0 | 1 |
Download on Android: Download Android
- Maintains the leading comment prefix (e.g., `//`, `///`)
- Maintains indenting
- Wraps comments at line lengths of 40, 60, or 80
- Re-wraps edited comments
- Won't wrap code examples when wrapping documentation.
- Saves a lot of time
- Works great for 40, 60, and 80 character widths
- Easy to use
- Incorrectly wraps the line of code that follows the selection if line-selecting a sequence of comment lines by triple-clicking
- Only supports 40, 60, and 80 character widths, which may not be suitable for some users
- Does not intelligently track the rewrapped text
- No option to customize the wrap width through the app's UI
Needs work
Decent, but doesn't support wider margins than 80
Fantastic