Which language are you using? I'm been trying to use it with C++ and I've found the suggestions are terrible. It will call functions with the wrong number of arguments, return values of the wrong type, or call functions/methods that don't exist.
As a source code completion aid I also find that it suggests too much code. I just want to auto complete this line but instead it will suggest several lines of code that I'd have to delete if all I want is to complete the current line.
wheat_beer t1_j14u10v wrote
Reply to comment by [deleted] in Study finds AI assistants help developers produce code that's more likely to be buggy / Computer scientists from Stanford University have found that programmers who accept help from AI tools like Github Copilot produce less secure code than those who fly solo. by Sorin61
Which language are you using? I'm been trying to use it with C++ and I've found the suggestions are terrible. It will call functions with the wrong number of arguments, return values of the wrong type, or call functions/methods that don't exist.
As a source code completion aid I also find that it suggests too much code. I just want to auto complete this line but instead it will suggest several lines of code that I'd have to delete if all I want is to complete the current line.