GitHub Brings Copilot to Xcode - MacRumorsOpen MenuShow RoundupsShow Forums menuVisit ForumsOpen Sidebar
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

Apple Card iPhone 16 Pro Feature

Apple Card Promo to Offer Free AirPods Pro 3

Friday May 15, 2026 8:59 am PDT by
Starting as early as next week, customers who sign up for an Apple Card at Apple's retail stores in the U.S. will receive $249 cash back when they purchase AirPods Pro 3, according to Bloomberg's Mark Gurman. The promotion has yet to be officially announced by Apple, so exact terms and conditions are not available at this time. AirPods Pro 3 are priced at $249 in the U.S., so customers who...
Apple WWDC25 iOS 26 CarPlay Light mode 250609

Six Popular iPhone Apps Now Available on CarPlay

Thursday May 14, 2026 9:10 am PDT by
Apple's CarPlay system for accessing iPhone apps on a vehicle's dashboard screen has received six popular apps in recent weeks: ChatGPT, Perplexity, Grok, Google Meet, WhatsApp, and the indie artist streaming platform Audiomack. Make sure you have the latest version of each app and they will automatically appear on CarPlay. ChatGPT Starting with iOS 26.4, CarPlay supports voice-based...
ipad mini 7 blue

OLED iPad Mini: Release Date, Pricing, and What to Expect

Thursday May 14, 2026 5:08 am PDT by
According to the latest rumors, Apple is close to launching its next-generation iPad mini. So what should we expect from the successor to the iPad mini 7 that Apple released over a year ago? Read on to find out. Processor and Performance Apple is working on a next-generation version of the iPad mini (codename J510/J511) that features the A19 Pro chip, according to information found in code...

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)