This is awesome looking. I hope they release some blog post about how that fine tuned that model because that is super interesting
Same @lowqualityintel from twitter.
I guess I code in typescript now?
I write a lot of notes to myself in the code I am working on (been learning a new language here). So I will write things like "not sure how this bit works", and now github copilot has taken to spitting out comments with those kind of statements in it lol
It has literally suggested paragraph long blocks of comments that look and sound like my paragraph long comments from code I am trying to understand the functionality of, instead of actual code.
I have had it suggest many lines (10+ in a row) of commented out console.log(varible) statements.
With js and css, and this emotion style styling declaration whoever decided to name the option that rounds the edges of boxes/buttons "borderRadius" really dropped the ball on having the name have anything to do with corners.
I feel like I should be able to type "corner" into my IDE and have the options related to corners show up because they include "corner" , the thing it impacts, in their names.