awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
appsquickly avatar

appsquickly/XcodeEditor

0
View on GitHub↗
886 Stars·131 Forks·Objective-C·apache-2.0·2 Aufrufe

XcodeEditor

Features

  • Xcode Plugins - Library for parsing and modifying Xcode projects.

Star-Verlauf

Star-Verlauf für appsquickly/xcodeeditorStar-Verlauf für appsquickly/xcodeeditor

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu XcodeEditor

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit XcodeEditor.
  • canvaspod/canvasAvatar von CanvasPod

    CanvasPod/Canvas

    5,283Auf GitHub ansehen↗

    Canvas is a set of graphical tools and development environment extensions for configuring animation properties and interface effects without writing manual code. It provides a visual animation editor and motion tool integrated into Xcode for designing SwiftUI views and layout elements. The project enables the creation of motion effects and transitions through a visual interface, allowing for the design of parallax headers and sticky sections. It includes a visual animation system for managing timing, delays, and animation styles. The toolset covers visual motion prototyping and the implement

    Objective-C
    Auf GitHub ansehen↗5,283
  • intitni/copilotforxcodeAvatar von intitni

    intitni/CopilotForXcode

    8,240Auf GitHub ansehen↗

    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

    Swiftchatchatgptcode-completion
    Auf GitHub ansehen↗8,240
  • nicklockwood/swiftformatAvatar von nicklockwood

    nicklockwood/SwiftFormat

    8,835Auf GitHub ansehen↗

    SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It automatically applies consistent style rules and visual formatting to source files to ensure a uniform appearance across a project. The project differentiates itself by providing both a command-line interface for batch processing and an Xcode extension for integration directly into the development environment. It includes specialized capabilities for modernizing legacy API usage, simplifying language constructs, and inferring formatting options by analyzing an existing codebase

    Swift
    Auf GitHub ansehen↗8,835
  • benoitsan/bbuncrustifyplugin-xcodeAvatar von benoitsan

    benoitsan/BBUncrustifyPlugin-Xcode

    1,189Auf GitHub ansehen↗

    Xcode plugin to format source code using ClangFormat or Uncrustify

    Objective-C
    Auf GitHub ansehen↗1,189
Alle 30 Alternativen zu XcodeEditor anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von appsquickly/xcodeeditor?

Die Hauptfunktionen von appsquickly/xcodeeditor sind: Xcode Plugins.

Welche Open-Source-Alternativen gibt es zu appsquickly/xcodeeditor?

Open-Source-Alternativen zu appsquickly/xcodeeditor sind unter anderem: canvaspod/canvas — Canvas is a set of graphical tools and development environment extensions for configuring animation properties and… intitni/copilotforxcode — CopilotForXcode is an AI source editor extension for the Xcode development environment. It provides a suite of tools… nicklockwood/swiftformat — SwiftFormat is a tool for the Swift language that functions as a code formatter, linter, and refactoring utility. It… benoitsan/bbuncrustifyplugin-xcode — Xcode plugin to format source code using ClangFormat or Uncrustify. cikelengfeng/rpaxu — 每当Xcode升级之后,都会导致原有的Xcode插件不能使用,这是因为每个插件的Info.plist中记录了该插件兼容的Xcode版本的DVTPlugInCompatibilityUUID,而每个版本的Xcode的DVTPlugInCom… chiahsien/autohighlightsymbol.