awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesXcode Workflow Customizations

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.

Awesome Xcode Workflow Customizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • alcatraz/alcatrazA

    alcatraz/Alcatraz

    9,798Vezi pe GitHub↗

    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.

    Objective-C
    Vezi pe GitHub↗9,798
  • intitni/copilotforxcodeAvatar intitni

    intitni/CopilotForXcode

    8,240Vezi pe GitHub↗

    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.

    Swiftchatchatgptcode-completion
    Vezi pe GitHub↗8,240
  • onevcat/vvdocumenter-xcodeAvatar onevcat

    onevcat/VVDocumenter-Xcode

    8,247Vezi pe GitHub↗

    VVDocumenter-Xcode este un instrument de flux de lucru pentru documentație IDE și un utilitar de automatizare pentru mediul Xcode. Servește ca un generator de documentație care creează automat blocuri de comentarii structurate pentru codul sursă Swift prin extragerea parametrilor și a valorilor returnate. Instrumentul funcționează ca un asistent de comentare care reduce tastarea manuală prin utilizarea unei secvențe de declanșare personalizate. Identifică semnăturile metodelor și metadatele pentru a injecta headere de documentație standardizate direct în editor. Sistemul acoperă analiza sursei statice și generarea de blocuri bazată pe șabloane pentru a asigura un format structural consistent. Include opțiuni de configurare pentru ajustarea secvențelor de declanșare, stilurilor de indentare și formatului general al blocurilor de documentație generate.

    Speeds up the process of writing structured comments for methods and functions within the Xcode environment.

    Objective-C
    Vezi pe GitHub↗8,247
  • microsoft/vscode-docsAvatar microsoft

    microsoft/vscode-docs

    6,549Vezi pe GitHub↗

    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.

    Markdownvscode
    Vezi pe GitHub↗6,549
  • xvimproject/xvimAvatar XVimProject

    XVimProject/XVim

    5,124Vezi pe GitHub↗

    XVim este o extensie de editor de text IDE și un emulator de keybinding-uri Vim care integrează editarea modală în mediile de dezvoltare profesionale. Mai exact, funcționează ca un plugin care aduce editarea modală și keybinding-urile Vim în mediul de dezvoltare integrat Xcode. Proiectul modifică comportamentul de introducere a tastaturii și de navigare în text pentru a permite utilizatorilor să navigheze și să manipuleze textul folosind scurtături Vim. Această integrare vizează creșterea vitezei de tastare și a eficienței editării în mediul de dezvoltare nativ. Sistemul gestionează stările modale și interceptează evenimentele de tastatură pentru a preveni comportamentul implicit și a aplica logica personalizată. Utilizează mapări bazate pe configurație pentru a traduce combinațiile de taste definite de utilizator în secvențe de comenzi interne și utilizează automatizarea bazată pe AppleScript pentru a declanșa acțiunile editorului.

    Extends the Xcode editor with modal editing capabilities to enhance text manipulation and navigation.

    Objective-C
    Vezi pe GitHub↗5,124
  1. Home
  2. Development Tools & Productivity
  3. Xcode Workflow Customizations

Explorează sub-etichetele

  • AI Command AutomationUsing AI interfaces to trigger workflow automation and system commands. **Distinct from Xcode Workflow Customizations:** Focuses on AI-triggered execution rather than static visual or template customizations.
  • Editor Input CustomizationsCustomizations focused specifically on modifying how the editor receives and processes keyboard input and text navigation. **Distinct from Xcode Workflow Customizations:** Distinct from general workflow customizations by focusing on the input/navigation layer rather than templates or themes.
  • Natural Language Command ExplanationUsing natural language chat to generate and explain shell commands for execution within the editor. **Distinct from AI Command Automation:** Focuses on explaining and generating commands via chat rather than just triggering pre-defined automation.