What I’m referring to is the IDE integration, like an “enhanced” auto complete. It is actually less helpful for me than the normal auto complete. Most of the stuff it generates is either not what I want to do or it doesn’t follow the code style of the rest of the software. Mainly a combination of the two.
I also briefly tried generating whole methods from prompts but that never resulted an adequate solution ever, so writing it myself is orders of magnitude faster than correcting the bullshit that Copilot vomits out.
The best use I’ve found so far is to solve usability problems, that I can’t find an easy enough solution to in the docs. For example some time ago I had to create a recusive CTE in a Postgres query. So I condensed my issue down to “I have a table A with columns X and Y and a table B…” and so on and fed that to ChatGPT and applied the result to my specific problem. Turned out I had two of my parameters swapped in previous attempted so it helped be successfully. But that’s the only kind of usage I get out of it and it happens once in 1-3 months tops.
Thanks for explaning. I have only used the IDE integration with copilot when it first came out and not since then. I was very obnoxious at times, prompting every time I stopped typing. Could be useful but also not what I needed at all.
What I’m referring to is the IDE integration, like an “enhanced” auto complete. It is actually less helpful for me than the normal auto complete. Most of the stuff it generates is either not what I want to do or it doesn’t follow the code style of the rest of the software. Mainly a combination of the two.
I also briefly tried generating whole methods from prompts but that never resulted an adequate solution ever, so writing it myself is orders of magnitude faster than correcting the bullshit that Copilot vomits out.
The best use I’ve found so far is to solve usability problems, that I can’t find an easy enough solution to in the docs. For example some time ago I had to create a recusive CTE in a Postgres query. So I condensed my issue down to “I have a table A with columns X and Y and a table B…” and so on and fed that to ChatGPT and applied the result to my specific problem. Turned out I had two of my parameters swapped in previous attempted so it helped be successfully. But that’s the only kind of usage I get out of it and it happens once in 1-3 months tops.
Thanks for explaning. I have only used the IDE integration with copilot when it first came out and not since then. I was very obnoxious at times, prompting every time I stopped typing. Could be useful but also not what I needed at all.