| Did you change the way you worked to help facilitate it at all? I get great results from Copilot, but that's because I do a bunch of things to help it work for me. One example: I'll often paste in a big chunk of text - the class definition for an ORM model for example - then use Copilot to write code that uses that class, then delete the code I pasted in again later. Or I'll add a few lines of comments describing what I'm about to do, and let Copilot write that code for me. Did you try the trick where you paste in a bunch of code and then start writing tests for it and Copilot spits out the test code for you? A few more notes about how I've used Copilot here: - https://til.simonwillison.net/gpt3/writing-test-with-copilot - https://til.simonwillison.net/gpt3/reformatting-text-with-co... I've also used Copilot to take educated guesses at things - like an inline mini-ChatGPT - with good results: - https://til.simonwillison.net/gpt3/guessing-amazon-urls As with so many other AI tools, Copilot is desperately lacking detailed documentation. It's not at all obvious how to get the most out of it. |
I wonder if this quest for the perfect prompt is dumbing me down, though.