VVDocumenter-Xcode is an IDE documentation workflow tool and automation utility for the Xcode environment. It serves as a documentation generator that automatically creates structured comment blocks for Swift source code by extracting parameters and return values.
The main features of onevcat/vvdocumenter-xcode are: Documentation Comment Generators, Code Commenting Assistants, Xcode Source, IDE Documentation Generators, Template-Based Code Generators, Xcode Workflow Customizations, Comment Generation, Source Metadata Extraction.
Open-source alternatives to onevcat/vvdocumenter-xcode include: ksuther/ksimagenamed-xcode — KSImageNamed-Xcode is a source editor extension for the Apple development environment that provides autocomplete… swig/swig — SWIG is a tool that generates wrapper code to expose C and C++ libraries to a wide range of higher-level programming… alcatraz/alcatraz — Alcatraz is an extension manager and package manager for Xcode. It provides a specialized interface for discovering,… trawor/xtodo — collect and list the TODO,FIXME,???,!!! - show stat for an item finished or not (still can not switch on/off) - filter… starcwang/easy_javadoc — easy_javadoc is an AI-powered documentation tool and generator for Java. It functions as an editor integration that… krzysztofzablocki/sourcery — Sourcery is a code generation tool for Swift that automates the production of repetitive boilerplate and protocol…
KSImageNamed-Xcode is a source editor extension for the Apple development environment that provides autocomplete suggestions for image asset names. It specifically targets image loading methods in Swift and Objective-C to ensure valid filenames are used during development. The tool integrates a visual previewer directly into the code completion menu, displaying image thumbnails alongside the suggested filenames. This allows for the selection of assets based on visual representation rather than text alone. The extension functions by scanning asset catalogs and indexing image filenames from th
SWIG is a tool that generates wrapper code to expose C and C++ libraries to a wide range of higher-level programming languages. It reads annotated C/C++ header files and produces language-specific bindings from a single interface definition, supporting languages such as Python, Java, Ruby, C#, Perl, and many others. The generated wrapper code is free from the project's GPL license, allowing users to distribute it under their own terms. The tool handles modern C++ features including templates, namespaces, smart pointers, and constructs up to C++20 through specialized parsing and code generatio
Alcatraz is an extension manager and package manager for Xcode. It provides a specialized interface for discovering, installing, and updating plugins, templates, and color schemes directly within the development environment. The tool automates the installation process to remove the need for manual file copying or cloning. It manages the lifecycle of extensions through a dedicated interface that allows for adding, removing, and updating installed components to customize Xcode workflows. The system handles plugin administration through manifest-driven package resolution and direct file system
collect and list the TODO,FIXME,???,!!! - show stat for an item finished or not (still can not switch on/off) - filter results if you have too much todos - snippets make a todo comment easily - standalone App if you'd like not to wait for 10-sec Xcode starting