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

Apple Announces Special Event in New York Feature 1

Apple Reportedly Plans to Unveil at Least Five New Products Next Week

Sunday February 22, 2026 9:48 am PST by
In his Power On newsletter today, Bloomberg's Mark Gurman said Apple will have a three-day stretch of product announcements from Monday, March 2 through Wednesday, March 4. In total, he expects Apple to introduce "at least five products." A week ago, Apple invited selected journalists and content creators to an "Apple Experience" in New York, London, and Shanghai on Wednesday, March 4 at 9...
maxresdefault

iPhone Fold: Launch, Pricing, and What to Expect From Apple's Foldable

Friday February 20, 2026 3:21 am PST by
Apple is expected to launch a new foldable iPhone this year, based on multiple rumors and credible sources. The long-awaited device has been rumored for years now, but signs increasingly suggest that Apple will release its first foldable device in 2026. Subscribe to the MacRumors YouTube channel for more videos. Below, we've collated an updated set of key details that have been leaked about ...
Apple Watch 15 Tips Every Owner Needs to Know Feature

Apple Watch: 15 Tips Every Owner Needs to Know

Thursday February 19, 2026 7:38 am PST by
Apple Watch is now eleven generations in, and packed with useful features that are easy to miss at first glance. To help you get more out of your new device, we've rounded up 15 practical tips you might not have discovered yet, including a few that long-time users often overlook. Bounce Between Two Apps On your Apple Watch, double-press the Digital Crown to see a deck of all currently...
Low Cost A18 Pro MacBook Feature Pink

Three Upcoming Apple Products Seemingly Spotted in macOS 26.3 Code

Friday February 20, 2026 7:36 am PST by
macOS 26.3 hints at Apple's rumored lower-cost MacBook, and two new Studio Display models, according to Macworld's Filipe Espósito. Espósito found the following codenames within macOS 26.3's source code, and he revealed the upcoming products that they likely correspond with, based on previous reporting from Bloomberg's Mark Gurman and others. The codenames:J700: Lower-cost MacBook J427:...
Dynamic Island iPhone 18 Pro Feature

10 Reasons to Wait for Apple's iPhone 18 Pro

Wednesday February 18, 2026 5:12 am PST by
Apple's iPhone development roadmap runs several years into the future and the company is continually working with suppliers on several successive iPhone models at the same time, which is why we often get rumored features months ahead of launch. The iPhone 18 series is no different, and we already have a good idea of what to expect for the iPhone 18 Pro and iPhone 18 Pro Max. One thing worth...

Top Rated Comments

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