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 Battery Glass Feature

Apple Says Installing iOS 26 Might Impact Battery Life

Monday September 15, 2025 10:56 am PDT by
In the iOS 26 release notes, Apple is warning iPhone users that installing the new software might have a temporary impact on battery life, which is normal. A new support document explains that major iOS updates require background setup like indexing data and files for search, downloading new assets, and updating apps. Further, Apple says that new features could require more resources,...
AirPods Pro Firmware Feature

AirPods Pro 2 and AirPods 4 Get iOS 26 Features With New Firmware Update

Monday September 15, 2025 10:50 am PDT by
Apple today released updated firmware for the AirPods Pro 2 and the AirPods 4, introducing support for the new AirPods features that are included in iOS 26, iPadOS 26, and macOS Tahoe. The firmware has a build number of 8A356, and it replaces the current 7E93 firmware. With Apple's new software updates, the AirPods Pro 2 and the AirPods 4 support better audio quality for phone calls and...
iOS 26

iOS 26.1 to iOS 26.4: Here Are 5 New Features to Expect on Your iPhone

Tuesday September 16, 2025 11:17 am PDT by
iOS 26 was finally released on Monday, but the software train never stops, and the first developer beta of iOS 26.1 will likely be released soon. iOS 18.1 was an anomaly, as the first developer beta of that version was released in late July last year, to allow for early testing of Apple Intelligence features. The first betas of iOS 15.1, iOS 16.1, and iOS 17.1 were all released in the second ...
iOS 26 on Three iPhones

iOS 26's Liquid Glass Design Draws Criticism From Users

Wednesday September 17, 2025 2:56 pm PDT by
It's been two days since iOS 26 was released, and Apple's new Liquid Glass design is even more divisive than expected. Any major design change can create controversy as people get used to the new look, but the MacRumors forums, Reddit, Apple Support Communities, and social media sites seem to feature more criticism than praise as people discuss the update. Complaints There are a long...
Tim Cook Rainbow

Apple Reportedly Plans to Launch These 10 Products in 'Coming Months'

Sunday September 14, 2025 8:45 am PDT by
Apple's annual September event is now in the rearview mirror, with the iPhone 17, iPhone 17 Pro, iPhone 17 Pro Max, iPhone Air, Apple Watch Series 11, Apple Watch Ultra 3, Apple Watch SE 3, and AirPods Pro 3 set to launch this Friday, September 19. As always, there is more to come. In his Power On newsletter today, Bloomberg's Mark Gurman said Apple plans to release many products in the...
iOS 26 Glass Feature

iOS 26: The Top 100 New Features and Changes

Tuesday September 16, 2025 12:26 pm PDT by
Apple released iOS 26 on September 15, and it's now available for all iPhone users with a compatible device. There are a lot of changes and features to learn about, so if you want a quick, easy-to-read list that outlines what's new, we've got you covered. Design Liquid Glass design that reflects light and refracts what's underneath. It's system wide, with dynamic tab bars and toolbars...
new iphone lockscreen ios 26

iOS 26: All the New iPhone Lock Screen Customizations

Tuesday September 16, 2025 5:56 am PDT by
Apple has now made iOS 26 available to download on compatible iPhone models, and if you just installed the new software, Apple has made some changes and feature additions to the iPhone Lock Screen that you may want to check out. To download iOS 26 on your iPhone, go to Settings ➝ General ➝ Software Update, then let your device check Apple's servers for the latest software. Wait for the...

Top Rated Comments

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