In the ChatGPT macOS app, does “Work with App” allow access to all files in the entire project within the app?
I want ChatGPT to assist me with coding in Xcode. But I asked ChatGPT whether it could see all the files in my entire Xcode project, and it said it could only see the code and data of the files I have opened.
If that’s the case, besides the following two methods to let ChatGPT see all the files in my entire project, are there any other ways? How do you usually do it?
- Try uploading the entire project as a ZIP file.
- Open each file in the project one by one, allowing ChatGPT to remember all the file data.
Does anyone know how other code assistance tools, such as Cursor, handle this?