I’ve mentioned a number of excellent Xcode plugins, and here’s another one that makes it easier to deal with the difficulty of creating documentation within Xcode.
The plugin is called VVDocumenter-Xcode by Wei Wang, and automatically generates a basic documentation template for you for all the parameters and return statement within an Objective-C method. You can then jump through the automatically created placeholders and fill in your documentation.
The plugin runs with Xcode 4.6.3 and will run within Xcode 5 by modifying the plist file.
Here’s an image showing VVDOcumenter-Xcode in action:
You can find VVDocumenter-Xcode on Github here.
A nice tool to aid with generating documentation.
- Open Source Xcode Plugin That Makes It Easier When Working With NSLocalizedString
- Xcode Plugin Providing Easy Use Of The Uncrustify Code Beautification Tool
- Free Xcode Plugin That Makes Working With Strings Easier
- Xcode Plugin Providing A Convenient Way To Manage Plugins, Templates And Color Schemes
- Tool: Xcode Plugin That Adds Easy Xcode Plugin Management To The Edit Menu
Original article: Tool: An Xcode Plugin That Makes Creating Objective-C Documentation Easier
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.