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

macworld iphone 18 pro colors

iPhone 18 Pro's Four Rumored Colors Revealed, Including 'Dark Cherry'

Friday April 17, 2026 3:50 am PDT by
A source said to be familiar with Apple's supply chain today revealed the color options Apple is planning for the iPhone 18 Pro, iPhone 18 Pro Max, and the upcoming foldable iPhone. Image via Macworld. The information comes from Macworld, which says the signature new color for this year's Pro models will be Dark Cherry, a deep wine-like red. While other sources had previously reported on a...
macOS 27 on MacBook Pro

macOS 27 Will Mark the End of an Era

Saturday April 18, 2026 6:45 am PDT by
During its Platforms State of the Union segment at WWDC 2025, Apple revealed that macOS 26 Tahoe is the final major macOS version for Intel-based Macs. The upcoming macOS 27 release will be compatible with Apple silicon Macs only, meaning that you will need a Mac with an M-series chip or a MacBook Neo with an A18 Pro chip in order to install the software update. macOS 27 should be available...
Aston Martin CarPlay Ultra Screen

Apple Says CarPlay Ultra is Coming to These Vehicle Brands

Saturday April 18, 2026 5:59 am PDT by
Last year, Apple launched CarPlay Ultra, the long-awaited next-generation version of its CarPlay software system for vehicles. Nearly a year later, CarPlay Ultra is still limited to Aston Martin's latest luxury vehicles, but that should change fairly soon. In May 2025, Apple said many other vehicle brands planned to offer CarPlay Ultra, including Hyundai, Kia, and Genesis. CarPlay Ultra...

Top Rated Comments

19 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)
19 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)
19 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)
19 months ago
Great, can't wait to test it out
Score: 10 Votes (Like | Disagree)
19 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)
19 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)