GitHub Brings Copilot to Xcode - MacRumors
Skip to Content

GitHub Brings Copilot to Xcode

Popular AI coding tool Copilot is now available for Xcode as part of a public preview, GitHub announced today. Apple developers can use Copilot for coding assistance directly in Xcode, which GitHub says will help developers boost productivity, speed up development, and enhance their overall coding experience.

copilot for xcode
GitHub Copilot for Xcode offers multiple useful features.

  • Code completions with real-time code suggestions.
  • Multi-language support, including Swift and Objective-C.
  • Multiline suggestions for code.
  • Content filtering to ensure all code recommendations adhere to professional standards.
  • Option to block suggestions matching public code.

Xcode users who have a Copilot license can use Copilot for Xcode by installing the Copilot extension. As of right now, the feature is available in a preview capacity and GitHub is soliciting feedback from developers.

Copilot is priced starting at $10 per month or $100 per year.

Tags: GitHub, Xcode

Popular Stories

M5 Vision Pro Thumb 2

Apple Has Given Up on the Vision Pro After M5 Refresh Flop

Wednesday April 29, 2026 11:31 am PDT by
Apple has all but given up on the Vision Pro after the M5 model failed to revitalize interest in the device, MacRumors has learned. Apple updated the Vision Pro with a faster M5 chip and a more comfortable band in October 2025, but there were no other hardware changes, and consumers still weren't interested. The Vision Pro has been criticized for its high price tag and its uncomfortable...
Four iPhone 18 Pro Colors Mock Feature

iPhone 18 Pro to Launch in September With These 10 New Features

Tuesday April 28, 2026 9:35 am PDT by
While the iPhone 18 Pro and iPhone 18 Pro Max are not launching until September, there are already plenty of rumors about the devices. It was initially reported that the iPhone 18 Pro models would have fully under-screen Face ID, with only a front camera visible in the top-left corner of the screen. However, the latest rumors indicate that only one Face ID component will be moved under the...
app store monthly sub commitment

Apple Introduces App Store Monthly Subscriptions With 12-Month Commitment

Monday April 27, 2026 12:52 pm PDT by
Apple today announced the launch of a new subscription option for App Store developers: monthly subscriptions with a 12-month commitment. The new option allows developers to offer subscribers discounted pricing typically associated with an annual subscription but paid on a monthly basis to keep payments more affordable. This new payment option allows you to offer subscribers more affordable...

Top Rated Comments

20 months ago

posible but unsure. Most auto complete "AI" don't full project . The much better code carefully and renaming your variable for ease long term maintenance.
This response definitely came from Copilot.
Score: 26 Votes (Like | Disagree)
20 months ago

I’ve had a few months of experience with those autopilots, and all I can say is that I got tired of pressing the escape key to cancel predictions, so I ended up disabling them altogether. I really wish they were better, though and surely I will test it again and again from time to time.

Huh?
What does this help?
I've been using Copilot with CLion and VSCode for quite a while now. It really excels at autogenerating boilerplate code and doc comments, which saves a huge amount of time. Some of its predictions are so good, they're almost magical. It's also great when learning new programming languages and can help to get you up to speed really quickly. Sometimes it will generate code that doesn't work at all but, overall, it's a really great tool. It almost always beats Google / Stackexchange for answers to tricky programming problems.
Score: 17 Votes (Like | Disagree)
20 months ago
Whoops, ventured into a thread meant for people who understand the article. I’ll see my way out.
Score: 12 Votes (Like | Disagree)
20 months ago
Great, can't wait to test it out
Score: 10 Votes (Like | Disagree)
20 months ago
I’ve had a few months of experience with those autopilots, and all I can say is that I got tired of pressing the escape key to cancel predictions, so I ended up disabling them altogether. I really wish they were better, though and surely I will test it again and again from time to time.
Score: 8 Votes (Like | Disagree)
20 months ago
I've been using Copilot for ages now - it's not perfect but it saves me so much time - and has taught me a heap of new ways to do things. I use it heavily in my dev tools - C#/SQL for my API, Swift for my iOS app and Kotlin for the Android version. Have been learning Flutter recently, has made that way more simple. Gets things wrong as you'd expect but as a general I think it's worth it.

Have been using a third party plugin with XCode, will be interesting to see how the proper Github one goes in terms of performance and not randomly stopping working.
Score: 6 Votes (Like | Disagree)