GitHub Copilot
11–20 of 1001 posts
Re: GitHub Copilot
#12I would love to see an equivalent where it generates all the tests for you
There's a little demo about that here: https://copilot.github.com/
It's "just" an autocompletion system basically, if you write something that looks like the beginning of a test it should understand that and try to autocomplete that.
Re: GitHub Copilot
#13Re: GitHub Copilot
#14I would love to see an equivalent where it generates all the tests for you
Re: GitHub Copilot
#15Re: GitHub Copilot
#16I'd like to see something like that, but with knowledge about every single file in the codebase, and running locally.
Re: GitHub Copilot
#17Four years later: your AI replacement? When do you all predict something like this will happen?
Re: GitHub Copilot
#18> I agree to these additional telemetry terms as part of the technical preview
Re: GitHub Copilot
#19Four years later: your AI replacement? When do you all predict something like this will happen?
Realistically, it just means that, rather than your coworker code-reviewing you and making a handful of comments, you get a machine to do that, and get two or so comments from your coworker about the business logic.
To answer your question: never.
Re: GitHub Copilot
#20It's funny that GitHub ships their own text editor, Atom, but the second example (under the "More than Autocomplete" header) on the Copilot website is clearly using VSCode.