CommentVery much agree (Score 3, Interesting)55
I've used CoPilot for iOS development and it's a real mess there.
There is a plugin for Xcode but it's pretty crude.
There's a better version (as you'd expect) that you can use with VSCode that you can point at iOS projects, and that does technically work.. but it's still hard to really get it to increase context to a large number of files.
Fundamentally coding models I've found have a lot of issues with getting larger requested changes right. They were more helpful in the role of suggesting small blocks of new code, but even there I found I took maybe 10-20% of the suggestions, which meant that using CoPilot was kind of like having pop-up ads in your code editor, with all the annoyance that metaphor implies as a pup-up would sometimes randomly spring up when I was simply trying to read through some code.