Earlier quoted context omitted.
copilot autocomplete? my experience with it has been very delusional, cursor prediction in cursor(bad naming let's be honest) is simply unmatched
Copilot in VSCode has autocomplete and also something they call "next edit". In my experience, next edit is a significant net positive. It fixes my typos and predicts next things I want to do in other lines of the same file. For example, if I fix a variable scope from a loop, it automatically scans for similar mistakes nearby and suggests. Editing multiple array values is also intuitive. It will also learn and sugges…
It's also somehow tracking what I look at, because I can look up an API and then return to the original source file and the first autocomplete suggestion is exactly what I was looking up, even though there would be no context to suggest it.
It's really quite magical, and a whole different level from Copilot.