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

iOS 26

iOS 26.3 and iOS 26.4 Will Add These New Features to Your iPhone

Tuesday February 3, 2026 7:47 am PST by
While the iOS 26.3 Release Candidate is now available ahead of a public release, the first iOS 26.4 beta is likely still at least a week away. Following beta testing, iOS 26.4 will likely be released to the general public in March or April. Below, we have recapped known or rumored iOS 26.3 and iOS 26.4 features so far. iOS 26.3 iPhone to Android Transfer Tool iOS 26.3 makes it easier...
imac video apple feature

Apple Makes Its Second-Biggest Acquisition Ever

Tuesday February 3, 2026 12:45 pm PST by
Apple recently acquired Israeli startup Q.ai for close to $2 billion, according to Financial Times sources. That would make this Apple's second-biggest acquisition ever, after it paid $3 billion for the popular headphone maker Beats in 2014. This is also the largest known Apple acquisition since the company purchased Intel's smartphone modem business and patents for $1 billion in 2019....
Apple Logo Zoomed

Tim Cook Teases Plans for Apple's Upcoming 50th Anniversary

Thursday February 5, 2026 12:54 pm PST by
Apple turns 50 this year, and its CEO Tim Cook has promised to celebrate the milestone. The big day falls on April 1, 2026. "I've been unusually reflective lately about Apple because we have been working on what do we do to mark this moment," Cook told employees today, according to Bloomberg's Mark Gurman. "When you really stop and pause and think about the last 50 years, it makes your heart ...
Apple TV Color

Apple TV Announces 12 New Shows and Films Coming This Year

Wednesday February 4, 2026 12:29 pm PST by
Apple on Tuesday previewed 12 new shows and films that will be premiering on the Apple TV streaming service throughout 2026. The new series: Imperfect Women — March 18, 2026 Margo's Got Money Troubles — April 15, 2026 Widow's Bay — April 29, 2026 Maximum Pleasure Guaranteed — May 20, 2026 Cape Fear — June 5, 2026 Lucky — July 15, 2026 The new films: Eternity — ...
iphone 16 pro colors 1

Apple Begins Selling Refurbished iPhone 16 and iPhone 16 Pro Models at Lower Prices

Wednesday February 4, 2026 7:44 am PST by
Apple today began selling certified refurbished iPhone 16, iPhone 16 Plus, iPhone 16 Pro, and iPhone 16 Pro Max models on its online store in the U.S., with prices discounted by 12% to 22% compared to Apple's current or former pricing for the devices. Here were Apple's starting prices when the devices launched in September 2024: iPhone 16: $799 iPhone 16 Plus: $899 iPhone 16 Pro:...

Top Rated Comments

carloslemare Avatar
12 months 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
12 months 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
12 months ago
The most common reply I seem to get in ChatGPT is 'You're right...'
Score: 4 Votes (Like | Disagree)
loopi77 Avatar
12 months 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
12 months 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
12 months 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)