Hi,
I’m an amateur developer and I’m currently working in my free time on developing a VST/AU plugin using JUCE. It’s a MIDI editor for the Oberheim Matrix-1000 synthesizer. Since my C++/JUCE knowledge is limited, I’m relying on AI assistance to develop my plugin more quickly.
I’ve subscribed to a GitHub Copilot plan and I’ve tried almost all the available models (GPT-4.1, GPT-5, Claude Sonnet 4.5, Claude Haiku 4.5, Grok Code Fast 1), with a clear preference for the Claude Haiku 4.5 model.
After a few weeks of rather interesting testing, during which I was able to establish a fairly solid set of specifications, write my main use cases, define a first version of my software architecture, test some JUCE concepts and define my first custom software components with Xcode, etc., I feel like I’m not using the full potential of Copilot and the tools at my disposal. Therefore, I would like to get some feedback and suggestions for improving my workflow.
I’m developing on macOS Tahoe / Xcode 26. I’m currently using the Copilot extension for Xcode, which already seems much more convenient than formulating my requests in the Copilot chat on github.com. For the moment, I ask my questions in the GitHub extension chat in the sidebar window, then I copy and paste the necessary code into Xcode to test the solutions proposed by the AI.
I was wondering if it’s possible to speed things up by letting Copilot directly modify my source files, instead of doing all this copying and pasting? Similarly, it would be very convenient to let it handle correcting compilation errors, rather than having to show them to it via copy and paste…
Furthermore, the models I’ve tested so far tend to occasionally suggest JUCE code that doesn’t compile because the code is either deprecated, incorrect, or not compliant with the online JUCE documentation. Is it possible to fix this? Is it possible to teach Copilot to stop systematically making the same mistakes, for example by having it read or memorize the JUCE online documentation? (My question is probably naive…)
I recently heard about cursor.sh. It seems to better match my expectations in terms of how I want to use AI assistance. Unfortunately, this solution doesn’t seem to be (yet) compatible with Xcode at the moment…
That said, I also have access to a PC running Windows 11 (actually, my old Intel MacBook Pro that I repurposed as a PC), on which I installed and tested Visual Studio 2022. If there are more relevant solutions for Windows/VS, I’m open to those as well!
Thank you in advance for your feedback. ![]()
All the best from France.
Guillaume

