ChatGPT Now Integrates Directly with Xcode and VS Code on Mac

OpenAI has updated the ChatGPT app for macOS with the ability to directly edit code in popular development environments including Xcode, VS Code, and JetBrains tools.

chatgpt macos edit xcode
The new feature allows the AI chatbot to make changes to code without requiring users to copy and paste between applications. ChatGPT can now read code from these environments and make edits directly within them.

An optional "auto-apply" mode enables ChatGPT to implement changes without additional clicks. Alexander Embiricos, a member of OpenAI's product team, shared a demonstration of the feature on social media and noted that the capability will come to Windows "soon."

The direct code editing functionality is currently available to ChatGPT Plus, Pro, and Team subscribers who update their macOS app. OpenAI plans to roll out the feature to Enterprise, Education, and free users next week.

This update builds on ChatGPT's "work with apps" capability launched in beta last November, which allowed the AI to read code from development environments but not directly modify it.


The change makes ChatGPT a more direct competitor to specialized AI coding tools like GitHub Copilot and Apple's Swift Assist, both of which offer similar functionality.

Tag: ChatGPT

Popular Stories

maxresdefault

Five Features Coming to AirPods Pro 3

Friday June 27, 2025 10:52 am PDT by
Apple hasn't updated the AirPods Pro since 2022, and the earbuds are due for a refresh. We're counting on a new model this year, and we've seen several hints of new AirPods tucked away in Apple's code. Rumors suggest that Apple has some exciting new features planned that will make it worthwhile to upgrade to the latest model. Subscribe to the MacRumors YouTube channel for more videos. Heal...
Chase Sapphire Reserve Apple Perk Feature

Chase Sapphire Reserve Card Introduces New Perk for Apple Customers

Wednesday June 25, 2025 2:08 pm PDT by
Chase this week announced a series of new perks for its premium Sapphire Reserve credit card, and one of them is for a pair of Apple services. Specifically, the credit card now offers complimentary annual subscriptions to Apple TV+ and Apple Music, a value of up to $250 per year. If you are already paying for Apple TV+ and/or Apple Music directly through Apple, those subscriptions will...
anker power bank recall

PSA: Anker Recalls Multiple Power Banks Due to Fire Risk

Friday June 27, 2025 4:16 pm PDT by
Popular accessory maker Anker this month launched two separate recalls for its power banks, some of which may be a fire risk. The first recall affects Anker PowerCore 10000 Power Banks sold between June 1, 2016 and December 31, 2022 in the United States. Anker says that these power banks have a "potential issue" with the battery inside, which can lead to overheating, melting of plastic...
iPhone Car Key WWDC 2025

Apple Announces 13 Automakers Planning to Offer iPhone Car Keys

Friday June 27, 2025 11:42 am PDT by
In 2020, Apple added a digital car key feature to its Wallet app, allowing users to lock, unlock, and start a compatible vehicle with an iPhone or Apple Watch. The feature is currently offered by select automakers, including Audi, BMW, Hyundai, Kia, Genesis, Mercedes-Benz, Volvo, and a handful of others, and it is set to expand further. During its WWDC 2025 keynote, Apple said that 13...
iPhone 17 Pro Blue Feature Tighter Crop

iPhone 17 Pro Launching in a Few Months With These 12 New Features

Thursday June 26, 2025 2:00 am PDT by
Apple's next-generation iPhone 17 Pro and iPhone 17 Pro Max are around three months away, and there are plenty of rumors about the devices. Apple is expected to launch the iPhone 17, iPhone 17 Air, iPhone 17 Pro, and iPhone 17 Pro Max in September this year. Below, we recap key changes rumored for the iPhone 17 Pro models:Aluminum frame: iPhone 17 Pro models are rumored to have an...
CarPlay Ultra Climate Controls

Here's Which Vehicle Brands Will and Won't Offer Apple's CarPlay Ultra

Friday June 27, 2025 9:52 am PDT by
Apple last month announced the launch of CarPlay Ultra, the long-awaited next-generation version of its CarPlay software system for vehicles. There was news this week about which automakers will and won't offer CarPlay Ultra, and we have provided an updated list below. CarPlay Ultra is currently limited to newer Aston Martin vehicles in the U.S. and Canada. Fortunately, if you cannot...
apple watch ultra 2 new black

Apple Watch Ultra 3 Finally Coming After Two-Year Hiatus

Tuesday June 24, 2025 3:40 am PDT by
Apple will finally deliver the Apple Watch Ultra 3 sometime this year, according to analyst Jeff Pu of GF Securities Hong Kong (via @jukanlosreve). The analyst expects both the Apple Watch Series 11 and Apple Watch Ultra 3 to arrive this year (likely alongside the new iPhone 17 lineup, if previous launches are anything to go by), according to his latest product roadmap shared with...
macbook air spacegray purple

Apple Planning to Launch Low-Cost MacBook Powered By iPhone Chip

Monday June 30, 2025 3:20 am PDT by
Apple is planning to launch a low-cost MacBook powered by an iPhone chip, according to Apple analyst Ming-Chi Kuo. In an article published on X, Kuo explained that the device will feature a 13-inch display and the A18 Pro chip, making it the first Mac powered by an iPhone chip. The A18 Pro chip debuted in the iPhone 16 Pro last year. To date, all Apple silicon Macs have contained M-series...

Top Rated Comments

carloslemare Avatar
16 weeks ago
I'll never trust OpenAI my code... maybe if the code is to develop things for me, but how can I explain to a client that maybe OpenAI has a copy of the code of their system?
Score: 10 Votes (Like | Disagree)
neuropsychguy Avatar
16 weeks ago

Please can someone confirm, does it work only with 4.5, not o3 mini high? I will edit this message when I have the answer
Are you asking if it can use o3-mini-high? If so, yes, it can use any model. I just tested it on a short Python script in VS Code.
Score: 5 Votes (Like | Disagree)
mimeArtist Avatar
16 weeks ago
The most common reply I seem to get in ChatGPT is 'You're right...'
Score: 4 Votes (Like | Disagree)
loopi77 Avatar
16 weeks ago
Really don’t want to judge about that stuff or anyone using it. Coding since 3 decades my opinion is: if you want or need to code, then simply learn coding, then practice, practice, practice. These tools look nice, but should be used - in opposite to the impression they would help or support inexperienced users or beginners - by those who know what they do, want and at least - but most important to me - UNDERSTAND what they are proposed from these bots. Used as some sort of brainstorming or tipping in the right direction for specific functions, methods or algorithms one doesnt implement regularly, ok. But you have to understand if the proposed code is efficient, safe, and doing what you want to achive. Copy Paste and try compile some snippets you have no clue about, better dont try start or learning coding that way. Old guy over and out :]
Score: 3 Votes (Like | Disagree)
matsan Avatar
16 weeks ago

Would anybody with more experience suggest that ChatGPT might be better? Or any other for that matter?
Using JetBrains' "Full Line Code Completion" that runs locally inside IDE projects. Took a couple of days for it to get the language model up to speed, but now it's really good. It seems to be project-aware as well, for example the PHP namespacing is spot-on between projects.
Score: 3 Votes (Like | Disagree)
Fuzzball84 Avatar
16 weeks ago

I'll never trust OpenAI my code... maybe if the code is to develop things for me, but how can I explain to a client that maybe OpenAI has a copy of the code of their system?
I guess everyone just shrugs their shoulders

This is the big question mark with the implementations of AI. What it gives, it takes back.
Score: 3 Votes (Like | Disagree)