5 个仓库
Customizations of the Xcode development environment, such as custom templates and visual themes.
Distinct from Xcode: Distinct from project scaffolding or build automation; focuses on editor aesthetics and productivity templates.
Explore 5 awesome GitHub repositories matching development tools & productivity · Xcode Workflow Customizations. Refine with filters or upvote what's useful.
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
Enables the addition of custom templates and visual themes to improve the Xcode coding experience.
CopilotForXcode is an AI source editor extension for the Xcode development environment. It provides a suite of tools including a conversational chat interface, a code completion tool, and a natural language refactorer to assist with Apple platform development. The project differentiates itself by integrating project context and compiler errors directly into its AI interactions. It supports custom prompt execution using template variables and enables the triggering of shell scripts and system shortcuts directly from the chat interface to automate development tasks. The system manages AI integ
Automates repetitive Xcode development tasks by executing shell commands via an AI interface.
VVDocumenter-Xcode 是一个用于 Xcode 环境的 IDE 文档工作流工具和自动化实用程序。它充当文档生成器,通过提取参数和返回值,自动为 Swift 源代码创建结构化的注释块。 该工具充当注释助手,通过使用自定义触发序列减少手动输入。它识别方法签名和元数据,将标准化的文档头直接注入编辑器。 该系统涵盖静态源分析和基于模板的块生成,以确保一致的结构格式。它包括用于调整触发序列、缩进样式以及生成的文档块整体格式的配置选项。
Speeds up the process of writing structured comments for methods and functions within the Xcode environment.
This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a
Generates or explains shell commands using natural language chat and enables execution of the resulting suggestions.
XVim 是一个 IDE 文本编辑器扩展和 Vim 键位模拟器,将模态编辑集成到专业开发环境中。具体而言,它作为一个插件,为 Xcode 集成开发环境带来了 Vim 模态编辑和键位绑定。 该项目修改了键盘输入和文本导航行为,允许用户使用 Vim 快捷键导航和操作文本。这种集成旨在提高原生开发环境中的打字速度和编辑效率。 该系统管理模态状态并拦截键盘事件,以防止默认行为并应用自定义逻辑。它使用基于配置的映射将用户定义的按键组合转换为内部命令序列,并利用基于 AppleScript 的自动化来触发编辑器操作。
Extends the Xcode editor with modal editing capabilities to enhance text manipulation and navigation.