Discover and explore top open-source AI tools and projects—updated daily.
intitniXcode extension for Copilot, Codeium, and ChatGPT integration
Top 6.3% on SourcePulse
This project provides an Xcode Source Editor Extension for integrating GitHub Copilot, Codeium, and ChatGPT into the Xcode IDE. It aims to enhance developer productivity by offering AI-powered code suggestions, chat-based code modification, and custom command execution directly within the editor.
How It Works
The extension operates as a host application that manages background services and communicates with Xcode via its Source Editor Extension API. It leverages language server protocols (LSP) for GitHub Copilot and Codeium, requiring Node.js for the former. ChatGPT integration relies on OpenAI API keys. The extension uses Accessibility APIs to monitor Xcode's state and inject suggestions or trigger chat interactions.
Quick Start & Requirements
brew install --cask copilot-for-xcode or download the .app from releases.Highlighted Details
{{selected_code}}./shortcut plugin.Maintenance & Community
Licensing & Compatibility
LICENSE file is referenced.Limitations & Caveats
The extension's reliance on monitoring Xcode's state via Accessibility APIs may lead to instability or incorrect behavior, particularly with multiple Xcode windows or complex window configurations. Files listed in .gitignore are not automatically processed for suggestions unless code is manually selected.
19 hours ago
1 day
SilasMarvin