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

Apple CarPlay Ultra instrument cluster themes 01

Apple's CarPlay Ultra Is Here – Does Your iPhone Support It?

Thursday May 15, 2025 5:17 am PDT by
Apple's recently announced CarPlay Ultra promises a deeply integrated in-car experience, but not all iPhone users will be able to take advantage of the new feature. According to Apple's press release, CarPlay Ultra requires an iPhone 12 or later running iOS 18.5 or later. This means if you're using an iPhone 11, iPhone XR, or any older model, you'll need to upgrade your device to access...
Apple CarPlay Ultra instrument cluster themes 01

Apple's 'CarPlay Ultra' Experience Now Available

Thursday May 15, 2025 5:07 am PDT by
Apple today announced that its next-generation CarPlay experience, now dubbed "CarPlay Ultra" begins rolling out today, starting with Aston Martin vehicles. Subscribe to the MacRumors YouTube channel for more videos. CarPlay Ultra is now available with new Aston Martin vehicle orders in the U.S. and Canada. It will also be available for existing models that feature the brand's next-generation ...
CarPlay Ultra Climate Controls

Apple Says These Vehicle Brands Plan to Offer All-New CarPlay Ultra

Thursday May 15, 2025 8:13 am PDT by
Apple today announced the launch of CarPlay Ultra, the long-awaited next-generation version of its CarPlay software system for vehicles. CarPlay Ultra features deep integration with a vehicle's instrument cluster and systems, built-in Radio and Climate apps, customizable widgets, and more. The interface is tailored to each vehicle model and automaker's identity, and drivers can also adjust...
iPhone 12 Made in India

Trump Tells Tim Cook to Stop Building iPhones in India

Thursday May 15, 2025 2:21 am PDT by
President Donald Trump has asked Apple CEO Tim Cook to halt the company's manufacturing expansion in India, in a potential disruption of Apple's plan to shift iPhone production away from China. "I had a little problem with Tim Cook yesterday," Trump said during his state visit to Qatar, according to Bloomberg. "He is building all over India." "They [India] have offered us a deal where...
apple music

Apple Music Gets New Transfer Tool to Make Switching From Spotify Easier

Wednesday May 14, 2025 5:17 pm PDT by
Apple this week introduced a new feature designed to allow prospective Apple Music users to import their saved music and playlists from third-party music services to Apple Music. The feature is either in an expanded testing phase or it has started rolling out, and it is available in Australia and New Zealand according to an Apple Support document. Signs of the transfer option first surfaced...
maxresdefault

Here's the First Real-World Look at Apple's CarPlay Ultra

Thursday May 15, 2025 5:52 am PDT by
The first videos of Apple's CarPlay Ultra experience are now available, providing a never-before-seen look at the long-anticipated iPhone-linked infotainment software. British automaker Aston Martin today shared the first video of Apple's CarPlay Ultra experience in-action, followed by a detailed walk-through of the CarPlay Ultra system on Top Gear's YouTube channel, which provides the...
vision pro video recording

WSJ: Some Apple Vision Pro Buyers 'Feel Total Regret'

Friday May 16, 2025 7:43 am PDT by
Apple's Vision Pro headset has left many early adopters expressing dissatisfaction over its weight, limited use cases, and sparse software ecosystem, according to a new article from The Wall Street Journal. In the year following the device's launch, user feedback suggests that it has failed to meet expectations for comfort, software support, and social acceptance. In interviews conducted by T...

Top Rated Comments

roar08 Avatar
7 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)
wyrdness Avatar
7 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)
GermanSuplex Avatar
7 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)
iBluetooth Avatar
7 months ago
Great, can't wait to test it out
Score: 10 Votes (Like | Disagree)
iMean Avatar
7 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)
dwnz Avatar
7 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)