Разработчик: | Steven Barnegren (5) | ||
Цена: | Бесплатно | ||
Рейтинги: | 0 | ||
Отзывы: | 0 Написать отзыв | ||
Списки: | 1 + 0 | ||
Очки: | 1 + 0 ¡ | ||
Очки +1 |
Описание

WRAPPING COMMENTS:
You might have a comment that looks like this:
/// This is a long comment that descripes some behavior. Long comments are difficult to read because they become very long horizontally. We often place limits on how many columns wide our code should be in order to improve readablity, but this can be more difficult to achieve with comments
Using Comment Wrapper to wrap the text at a line length of 80 results in the following:
/// This is a long comment that descripes some behavior. Long comments are difficult
/// to read because they become very long horizontally. We often place limits on how
/// many columns wide our code should be in order to improve readablity, but this
/// can be more difficult to achieve with comments
UNWRAPPING COMMENTS:
Want to edit a wrapped comment? No problem, use the Comment Wrapper's 'unwrap' functionality to revert a comment to it's original format
RE-WRAPPING COMMENTS:
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. You can use Comment Wrapper's 're-wrap' functionality to re-wrap the comment.
Original comment (wrapped at a line length of 60:
// This code performs actions 1, 2 and 3 on any input a, b or
// c. Any action that's passed in must conform to firstProtocol
// and secondProtocol. The result will be of a type x, y or z.
After editing:
// This code performs actions 1, 2 and 3 on any input a, b or
// c. Any action that's passed in must not confrom to XYZProtocol but must conform to firstProtocol
// and secondProtocol. The result will be of a type x, y or z.
After Re-wrapping:
// This code performs actions 1, 2 and 3 on any input a, b or
// c. Any action that's passed in must not confrom to
// XYZProtocol but must conform to firstProtocol and
// secondProtocol. The result will be of a type x, y or z.
FEATURES:
- Maintains your leading comment prefix (eg. `//`, `///`)
- Maintains indenting
- Wraps at line lengths of 40, 60 or 80
- Re-wraps edited comments
- Wrapping documentation? Won't wrap your code examples
Скриншоты





Что нового
- Версия: 1.1
- Обновлено:
- - Correctly identifies Markdown code blocks
- Correctly identifies Markdown links
Цена
- Сегодня: Бесплатно
- Минимум: Бесплатно
- Максимум: Бесплатно
Отслеживайте цены
Разработчик
- Steven Barnegren
- Платформы: iOS Приложения (2) iOS Игры (2) macOS Приложения (1)
- Списки: 3 + 2
- Очки: 1 + 45 ¡
- Рейтинги: 0
- Отзывы: 0
- Скидки: 0
- Видео: 0
- RSS: Подписаться
Очки
-
- 9,278 Simon Chan
Рейтинги
Не найдено ☹️
Списки
-
- 9,278 Simon Chan
- 306
Отзывы
Ваш отзыв будет первым 🌟
Дополнительная информация
- Версия: 1.1
- ID: com.stevebarnegren.xcodecommentwrapper
- Категория:
macOS Приложения
›Инструменты разработчика
- Операционные системы:
macOS
,macOS 11.1 и выше
- Размер:
531 Kb
- Поддерживаемые языки:
English
- Возрастные ограничения:
4+
- Mac App Store Рейтинг:
0
- Обновлено:
- Дата выпуска:
Вам также могут понравиться
-
- Xcode
- macOS Приложения: Инструменты разработчика От: Apple
- Бесплатно
- Списки: 23 + 7 Рейтинги: 5 (1) Отзывы: 0
- Очки: 10 + 0 Версия: 16.3 Xcode offers all the tools you need to craft great apps for iPhone, iPad, Apple TV, Apple Watch, Apple Vision Pro, and Mac. It enables a unified workflow that spans from the earliest ... ⥯
-
- Comment Writer
- macOS Приложения: Инструменты разработчика От: Mark Battistella
- Бесплатно
- Списки: 0 + 1 Рейтинги: 0 Отзывы: 0
- Очки: 2 + 0 Версия: 1.0 Say goodbye to tedious documentation tasks with Comment Writer, an Xcode Source Extension app that streamlines the process. Simply highlight your code in Xcode, analyze it with the ... ⥯
-
- Comment Spell Checker
- macOS Приложения: Инструменты разработчика От: Velislava Yanchina
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.0 An Xcode Source Editor extension that runs spell check and auto correct on your code comments. ## Features - Supports mutliple comments styles (eg. `//`, `///`, `/*...*/`, `/**...*/`) ... ⥯
-
- Comment Here
- macOS Приложения: Инструменты разработчика От: groosoft
- $1.99
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.3 This is a Xcode Source Editor Extension. "Comment Here" inserts "//" just before beginning of codes not at the beginning of lines. ⥯
-
- Swiftify for Xcode
- macOS Приложения: Инструменты разработчика От: Swiftify, Inc.
- * Бесплатно
- Списки: 0 + 1 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 6.1 To install Swiftify for Xcode in Xcode 16 (or Xcode 15) on macOS Sequoia (or Sonoma): Quit Xcode Launch Swiftify for Xcode from your Applications folder and follow the link to get your ⥯
-
- Manage Imports for XCode
- macOS Приложения: Инструменты разработчика От: Innervate
- $0.99
- Списки: 0 + 1 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.0 Manage your Imports in XCode! Features include: Remove duplicate Imports Group Imports by category for Controllers, Views, Logic, Manager, CoreData etc. Remove Double empty lines with ... ⥯
-
- Assets Gear for Xcode
- macOS Приложения: Инструменты разработчика От: 星晨 易
- * Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.4 Assets Gear for Xcode is here to help reclaim disk space, access vital Xcode insights, and create app icons effortlessly all for free, with no limitations! Generate App Icons for ... ⥯
-
- Pastery for Xcode
- macOS Приложения: Инструменты разработчика От: Horizon Video Technologies
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.2 Pastery for Xcode allows you to generate pastes on Pastery.net from your source files. The extension supports (among others) Swift, Objective-C, Objective-C++ and pure C/C++. To ... ⥯
-
- PrettySwift for Xcode
- macOS Приложения: Инструменты разработчика От: Tony Coconate
- Бесплатно
- Списки: 0 + 1 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.2 PrettySwift is a Xcode Source Editor Extension that formats and lints your Swift code. It uses swift-format to format or lint and takes a zero-configuration approach. ⥯
-
- TranslateTool For Xcode
- macOS Приложения: Инструменты разработчика От: 北京云蜻科技有限公司
- $0.99
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.2 TranslateTool 添加后可翻译为指定的语言 在Xcode-Preferences-KeyBindings中搜索TranslateToolExtension可设置快捷键 软件运行打开后 看完教程可关闭 Mac系统13以下 确保系统便好设置-扩展-Xcode Source Editor中TranslateToolExtension是勾选状态 Mac系统13以上 ⥯
-
- DirtyWords for Xcode
- macOS Приложения: Инструменты разработчика От: 萧玉 杨
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.0 Highlight dirty words in Xcode. Many developers like to write dirty words in the code. This tool will highlight these dirty words in the code. It urge developers to correct these ... ⥯
-
- Alignment for Xcode
- macOS Приложения: Инструменты разработчика От: Atsushi Kiwaki
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.2.0 This is Xcode source editor extension that align your assignment statement. ⥯
-
- Localizer Xcode Extension
- macOS Приложения: Инструменты разработчика От: IBMobile Software
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.0 This is an Xcode extension. Just run the app once and adjust your privacy settings, set a shortcut for the extension and whenever there's an untranslated string, press CMD+SHIFT+L and ... ⥯
-
- Evaluate for Xcode
- macOS Приложения: Инструменты разработчика От: Iulian Onofrei
- Бесплатно
- Списки: 0 + 0 Рейтинги: 0 Отзывы: 0
- Очки: 0 + 0 Версия: 1.0.8 Xcode extension that evaluates selected mathematical expressions and replaces them with the result. The source code is now available on GitHub: ... ⥯