GitHub Copilot is an AI tool developed by GitHub and OpenAI to assist users of VS Code by autocompleting code.
It was first announced on 29 June 2021. It got quite a buzz on the launch.
Three months has since passed and I was wondering:
- Have you tried it and what are your impressions/thoughts?
- Do you see it as a must-have tool in your stack?
Top comments (54)
I can no longer code without Github Copilot
Thanks for the insight 👍😉
GitHub Copilot is nice but occasionally he would like to write sh*t code with no sense
I even got the same code one time line after line. He probably didn't know what to give me, so he thought "well, he validated the line above me, I'll give it to him 😆
Thats sound like me in my Junior Dev days ....
Copilot is technically a Junior Dev too (3 month experience) 😉
I wonder how he applies to all those job listings asking for 5-10 year experience 😄😄
They hired him anyway and asked him to make a revolutionary e commerce website based powered by cutting edge Wordpress + woocommerce with industry leading Bootstrap UI.
He gets paid in exposure.
He also prolly likes to live dangerously outside the office ⚡⚡😎
He has outsourced his work to another github copilot already.
Haha, this made my day 😄
😂😂
yeah its good but doesnt work with most languages.
TabNine is bad but works with all languages.. so not sure.
Hi Nayden, Sharon from Tabnine here. Can you please DM us with your email address so we can better learn from your experience?
ok ones I find where the DM is :)) I will do that.
You can simply email me at sharon@tabnine.com
Thanks!
Hey there I will send you but I already send an email to to community@tabnine or something like that asking for you 😊 but I didn’t get replay.
Anyway I will post all the issues here as well since I am not sure the email wont get lost or something.
And let me show you the issue.
I am in some random class and this was not an issue with codata btw so I am in a random class and I invoke autocomplete
You see the first two recommendations right ?
All good or it seems to but THERE IS NO PAYMENT RESPONSE in this context
So basically TABNINE is SUGGESTING a NON EXISTANT stuff.
With Codata it was not like that.. it was SUGGESTING fields and local variables or methods *but only VISIBLE ones * and this is SUPER annoying that TABNINE suggests a NON existing staff,
Sometimes I have something called “res” but Tabnine is suggesting me first “response” which doesn’t exist, so basically Tabnine is productivity killer and there is no OPTIONS for the plugin so I cannot configure anything, there is no option "do not suggest non existant stuff" =.
I have send you a lot longer email with more examples however basically this is super NOT useful :+) and not WHAT it is suppose to do :) what it does is - it takes me more time to find what is there and what isnt, in short it REMOVES the FEATURES of the IDE and replaces them with a super crappy autocomlete... so basically it makes my productivity LOWER and not HIGHER : )
I think this is very buggy and should be tested since it fails in even the most basic examples, maybe it is nice for PR and DEMO since it has features that are great, but even the basic stuff is not working.
Thanks, this is an awesome insight 👍😉
TabNine is superb - almost feels like it's psychic sometimes. It's the main reason I haven't bothered trying CoPilot
not sure which language you are using but in Java TabNine is showing me 99% of the times things that doesnt exists, local variables not defined, methods not found in this class or any of the super classes and etc.
it is a total randomness of completion ... so I lose more time doing crap.. Codata was amazing.. but TabNine bought it and killed it. I dont know why EU doesnt stoped this MONOPOL ways of doing business.
Interesting. I'm using it with mainly JS and Python
So here goes the idea for devs:
Write a tool that holds the best of both worlds 😄😄⚡
copilot is brilliant and all but unfortunately it uses up a lot of memory along with VS Code which makes me use it very very less often
or maybe my PC sucks.¯_(ツ)_/¯
Did not know this, thanks for sharing 😉
Could you share you main PC specs? 👀
it's a 4 GB RAM and an Intel i3 processor. not too proud of it 😁
How does it handle Chrome? I remember I had a low spec PC back in time, and I used Firefox as it could handle multiple tabs better 😉
Chrome goes well most of the time, but yeah it takes about half a minute to start. Also, I prefer using Opera GX over it 👀
I used Opera for sume time in the past too, then FF and now Chrome 😉
Brave looks promising and lots of devs use it 😉
Well I have 4gb Ram & 3rd gen pentium
If and until the copyright issues around the generated code have been worked out, I would strongly advice against using these tools to generate code for open source projects.
For those that are unaware, the model used to generate code was trained on publicly available open source projects. Many (and I'd guess most) of these projects carry licenses that require attribution or even the whole license to be included when their code is reused. Copilot has been shown to reproduce such code without the required legal additions. Therefore any use of Copilot generated code is opening your project up to the possible risk of copyright infringement and, worse, the insult that is reusing open source code without giving the original author the credit they are due.
It's an interesting experiment, but as a tool for work it isn't yet fit for purpose and could actually harm the user, their project, and the open source community as a whole.
Thank you for sharing this 😉
I wonder how far along it will be once I first get around to playing with it.
I do sometimes feel like software development, in general, is stuck at a local maxima in terms of endless configuration, fragile testing tools and so much manual work— which we could do well to break out of. This certainly seems like it could be a hint at what might be next.
Great and thoughtful response as always! 👍😉
Thanks for the share! 🙏❤
I'm a vim user, so I couldn't try it even if I wanted. But also, I don't see the need for such a tool. From what I've seen, it seems like a tool for people who write repetitive code most of the time, which is something I try to avoid altogether.
Boilerplate is real. It'll do it for you, also inferring variable names, etc. I was pleasantly surprised.
I can't think of anything I've written lately where I would expect a semi-smart AI like gh autopilot to do me any good, but of course I can't say for sure until I've tried it some day. But generally speaking, I just don't write that much boilerplate in general, other than your typical module imports, which are already covered by editors with a snippet feature.
Well I'm my personal case I'm not a senior dev and a master of any source, so copilot help me to write faster and with nice patterns even on html and like everyone say some times it resolve in none sense code
Thanks for sharing 🙏❤
It's okay.
Sometimes it would write a bunch of crap, other times I have the feeling it really took my code into consideration and helps to write boilerplate.
It's nice to get a big decision tree with one click and just having to clean up the details later.
But that's it. It doesn't have any good ideas on its own, haha.
Maybe that's a good thing, as the other option seems kinda scary 🤖🕹
But now I have to have ideas!!! :D
Just ask him politely 😄😄
It's fun to work with.
It's not a must have and it's not perfect by any means - a smart human is still required for it to be fruitful.
I've been using it for 2 months. Definitely helps speed things up.
Thanks for the insight 😉👍