Can you use ChatGPT in VS Code??

แชร์
ฝัง

ความคิดเห็น • 192

  • @sumedhe
    @sumedhe ปีที่แล้ว +43

    This is not ChatGPT. This is Copilot.

  • @dereks6742
    @dereks6742 ปีที่แล้ว +151

    Release Copilot X!

    • @Doomeiner
      @Doomeiner ปีที่แล้ว +3

      All this talk and it's not released yet... Smh.

    • @Luther_Luffeigh
      @Luther_Luffeigh ปีที่แล้ว +2

      It will probably be more expensive

  • @elProdigio
    @elProdigio ปีที่แล้ว +30

    I think that this IA movement is so revolutionary, mind blowing and life changer that If I don't see it, I don't believe it. It's like magic, or something that came from another era. This, for sure, will change completely our world.

    • @Blaxter
      @Blaxter ปีที่แล้ว +2

      Any sufficiently advanced technology is indistinguishable from magic (quote from 1962 and applies to all human history)

  • @junweidong2448
    @junweidong2448 ปีที่แล้ว +41

    I think Copilot could have a killer feature - given a new project, it could tell me what the project is, what its purpose is, and what its structure is. When I want to know about a specific part/feature of the project, it could immediately tell me or even jump directly to that part.
    In other words, if Copilot could have a "GLOBAL" understanding of a given project's code, that would be its killer feature. If it can only debug and explain a small section of code, then I think ChatGPT would be better. After all, ChatGPT can do more things (copying and pasting a small section of code to ChatGPT is no big deal).

    • @rasalas91
      @rasalas91 ปีที่แล้ว +3

      this is chatGPT - he's talking about minimizing context switching and those little commands and buttons make it a good bit more convenient

    • @barmalini
      @barmalini ปีที่แล้ว

      CoPilot is GPT powered,

  • @A_Lo_Pex
    @A_Lo_Pex ปีที่แล้ว +44

    Looking forward to trying this out. For clarification, is it only aware of the context of the code in the tabs that are open, or is it looking also at unopened files that are in the workspace (explorer)?

    • @ZellieOwO
      @ZellieOwO ปีที่แล้ว

      As far as im aware, it’s based off of a bunch of references and context based off of your current code, if you are more specific, the better results you’ll get. So code you write and public codebases.

    • @MarkReddington
      @MarkReddington ปีที่แล้ว +5

      wondering this same thing. can i ask it to "optimize my entire project"

    • @code
      @code  ปีที่แล้ว +10

      It's aware of the tabs you have open to an extent. Codex can only hold 14kb of "memory", and that includes the response. It can know about roughly 600 lines of code at one time.

    • @yeeyee2789
      @yeeyee2789 ปีที่แล้ว +1

      @@code boohoo

  • @johnk.asenso9936
    @johnk.asenso9936 ปีที่แล้ว +3

    This is awesome. I’m watching this 10 times back to back

  • @erickeft
    @erickeft ปีที่แล้ว +11

    I signed for early access since the frist day, can't wait to try the new features. I hope it won't take too much

    • @compton8301
      @compton8301 ปีที่แล้ว

      How did you sign up for it? Via the waiting list of copilot x?

    • @HaseebHeaven
      @HaseebHeaven ปีที่แล้ว +3

      Its taking too much time i signed up for week ago

  • @angelvelasquez1850
    @angelvelasquez1850 ปีที่แล้ว +35

    So basically this video never talked about chatgpt, thanks for the clickbait.

  • @mfsbo
    @mfsbo ปีที่แล้ว +11

    Loving copilot so far and cant wait for copilot labs to give more

  • @darrellparkhouse489
    @darrellparkhouse489 ปีที่แล้ว +4

    That is just mind blowing.

  • @darkonone5158
    @darkonone5158 ปีที่แล้ว +6

    They say that ChatGPT my replace programmers, but from what I've seen it may replace teachers first

    • @CistiC0987
      @CistiC0987 ปีที่แล้ว +1

      Not those good teachers. The passionate ones. Only bad ones :D but the bad would be replaced by those good anyway. I would still much prefer a passionate human teacher over the robot, that's not going to change anytime soon. But this I can see as not just a copilot but a co-teacher

  • @bestbuyretailer7586
    @bestbuyretailer7586 ปีที่แล้ว

    After watching the video, I am going to install this great tool. I am really grateful to this guy.

  • @NikoKun
    @NikoKun ปีที่แล้ว

    Sounds amazing! Hurry up and release it!

  • @mgst4699003
    @mgst4699003 ปีที่แล้ว +3

    I installed the Github Copilot that you mentioned in this video but the chat feature didn't show-up on the vertical bar/panel on the left-hand side of the VSC app. What can I do to be able to use the Github Copilot chat feature?

  • @nanakwame1122
    @nanakwame1122 ปีที่แล้ว +1

    Awesome, I can't wait to try this out.

  • @quanngang653
    @quanngang653 ปีที่แล้ว +2

    not work 0:40, i can't see any icon

  • @JesseDahirKanehl
    @JesseDahirKanehl ปีที่แล้ว +5

    will it work with multiple files at once and even create new files? often I want to refactor a large file and split it up into other files or move code from one file into another. Could it create a whole new project in my solution and start adding code to it? Or can it query many files to maybe figure out the flow of the code or to see if their are organizational problems or semantic inconsistencies (like a smart linter)?

  • @codernerd7076
    @codernerd7076 ปีที่แล้ว +9

    It doesn't understand Next.js 13 with the app directory feature like it's too new, the same thing with using Material UI 5 it keeps giving MUI 4 examples and react-query 3 examples it doesn't understand the version 4 was renamed or any of the changes that were done to it keep mixing outdated code examples 😢

    • @garrylove8955
      @garrylove8955 ปีที่แล้ว +4

      Chat gpt is only as good as its data which only goes as far as 2021.

    • @danielf4438
      @danielf4438 ปีที่แล้ว +1

      Yes, they should give more weight to the new versions.

  • @InspiredInsights4U
    @InspiredInsights4U ปีที่แล้ว +4

    I added the chat GPT for extension to my visual studio code yesterday and it adds a new tab down on the bottom, which gives you chat GPT right now it’s only running 3.5 turbo but it gives you that ability to get in there and Quirion, and work on code from that, so kind a look at this is already being available, maybe it’s not called a copilot, but it still works

    • @sujantkumarkv5498
      @sujantkumarkv5498 ปีที่แล้ว +1

      What's the name what is creator's name?

    • @hanibioud
      @hanibioud ปีที่แล้ว

      ​@@sujantkumarkv5498​Link please?

  • @umangraj6756
    @umangraj6756 ปีที่แล้ว +1

    i installed copilot, but unable to see that chat option at side bar

  • @techwithdidier
    @techwithdidier ปีที่แล้ว

    what an improvement this is very lit

  • @Rkagr208
    @Rkagr208 ปีที่แล้ว +1

    Would definitely want to try and bring this into new perspectives and find use cases where things could be more and more automatized. Pls put me in the waiting list

  • @johnstuart6725
    @johnstuart6725 ปีที่แล้ว +6

    This is going to be a game-changer

  • @danilocecilia7831
    @danilocecilia7831 ปีที่แล้ว

    excited to see this in my vscode!!

  • @Centomila
    @Centomila ปีที่แล้ว +1

    I've joined the waitlist at the first announcement. My github primary address must be public?

    • @jgrote
      @jgrote ปีที่แล้ว

      The instructions say it just needs to be up to date (so you can get the notification that you are in), it doesn't say it has to be public.

    • @JustinMacri007
      @JustinMacri007 ปีที่แล้ว

      Is there a free version

    • @Centomila
      @Centomila ปีที่แล้ว

      @@jgrote Thank you for your attempt to help. I had also read that message, but I had doubts because in the past other services explicitly asked me to make the main email public. I will continue to use the classic CoPilot and make millions of copy and paste with ChatGPT :)

  • @khalidelgazzar
    @khalidelgazzar ปีที่แล้ว

    Great video. Thanks!

  • @empty_dayofthetech
    @empty_dayofthetech ปีที่แล้ว +1

    Looking forward to use Copilot X and breeze through my react course

  • @aghorastore
    @aghorastore ปีที่แล้ว +3

    nicee, these new features based on IA are awesome. Helps me lot on my software engineering job.

  • @danielcioban2532
    @danielcioban2532 4 หลายเดือนก่อน

    What is the command for opening up the pop-up chat for CodePilot in VSCode?
    I'm not understanding what command you used.

  • @abeetoven
    @abeetoven ปีที่แล้ว

    This is amazing!

  • @industryrule-4080
    @industryrule-4080 ปีที่แล้ว

    Does Copilot help setting up VSCode when using multiple languages, conda environments, and package management?

  • @LuigiZambetti
    @LuigiZambetti 5 หลายเดือนก่อน

    Is available also for Visual Studio?

  • @slashbrackets3397
    @slashbrackets3397 ปีที่แล้ว +1

    i installed github copilot but I don't have a chat icon on the activity bar...what am I missing?

  • @karezky88
    @karezky88 ปีที่แล้ว +1

    I don’t have chat icon in sidebar after install extension

  • @mohit4u007
    @mohit4u007 10 หลายเดือนก่อน +1

    The answer is yes we can use chatgpt in VSC but this video is not about that

  • @voidmind
    @voidmind ปีที่แล้ว +2

    Will this replace the current co-pilot or be some kind of different version / tier? I saw that they named the public beta for it Co-Pilot X, so if that's supposed to be new branding, it looks like it will not simply be an upgrade to Co-Pilot.

    • @1b0o0
      @1b0o0 ปีที่แล้ว

      I would expect two tiers in the 10(stays the same) >20 (includes X functionalities) range. They are saying each X will be separate, so I’d assume it can set you back between 20-50?
      Just guessing here

    • @Tellalca
      @Tellalca ปีที่แล้ว

      I think it will be the same product/extension with different subscription levels. I hope Github Copilot X will also be supported in other IDE's like JetBrain's Rider.

  • @chettukaditharun1845
    @chettukaditharun1845 ปีที่แล้ว

    i think i dint getting this so, how to show or put the website under work using VSC can you show explain this in a video please

  • @jagannadhviswasurya3000
    @jagannadhviswasurya3000 ปีที่แล้ว

    What is the windows shortcut for inline code textbox please?

  • @beigabeiga6461
    @beigabeiga6461 ปีที่แล้ว

    It would be nice if you could learn programming languages with a similar plug-in for VS

  • @llgmusic
    @llgmusic ปีที่แล้ว +1

    Impressive, it feels really helpful when seeing your demo. Is copilot send my code to Microsoft server. I have some sensitive code that I don't want to send outside of my company. Can we run locally using our own servers ?

    • @MrJacobegg
      @MrJacobegg ปีที่แล้ว +1

      It has to send your code to the cloud to work. The GPT-4 model requires massive amounts of GPU compute power to run, so there is no way this is going to run locally anytime soon.

    • @llgmusic
      @llgmusic ปีที่แล้ว

      @@MrJacobegg ok thanks for the answer. I will use it for other project than project company

    • @andersberg756
      @andersberg756 ปีที่แล้ว +1

      @@llgmusic it will be interesting to see when local deployment becomes an option - many ppl are working to produce smaller LLM models which still work good, at least for one area, such as coding. When they deliver, depending on org you might be able to get your tool support/dev experience group to run it on a machine w good GPU, which the bosses might want to pay for given the productivity boost. But if you and fellow coders can use copilot for other projects, you already get experience and hopefully can convince the money ppl more easily! :-) Good luck!

  • @JohnVandivier
    @JohnVandivier ปีที่แล้ว +1

    Does that GPT know non-programming stuff like the regular ChatGPT?

  • @MalcolmJones-bossjones
    @MalcolmJones-bossjones ปีที่แล้ว

    This is incredible

  • @keybraker
    @keybraker ปีที่แล้ว

    I have been accepted in the copilot chat beta but cannot make it to work...

  • @dnjosh10
    @dnjosh10 ปีที่แล้ว +1

    I think ChatGPT is a multi-dimensional AI that can function in all aspect unlike CoPilot that only works for programmers.
    I stand the chance to be corrected

    • @jordan-ho7gt
      @jordan-ho7gt ปีที่แล้ว

      both are developed from GPT-4

    • @moumniyoussef3538
      @moumniyoussef3538 ปีที่แล้ว

      @@jordan-ho7gt i hope you understand what he said.

  • @amanpreet-dev
    @amanpreet-dev ปีที่แล้ว

    I am having multiple Github accounts (one for personal and one for work), will it work for both in my code editor?

  • @jdotsystem
    @jdotsystem 11 หลายเดือนก่อน

    In my opinion, we need pay to use the AI API at each account
    So is it free to use the extension?
    I tried similar the extension then it's not free

  • @smashcrash8191
    @smashcrash8191 ปีที่แล้ว

    Thank you Sir.

  • @bobbuilder2837
    @bobbuilder2837 ปีที่แล้ว

    When are you going to release it?

  • @izainonline
    @izainonline ปีที่แล้ว

    Please share new version Vs code difference with visual studio as VS code is not supported to Windows 8 and earlier version

  • @Luther_Luffeigh
    @Luther_Luffeigh ปีที่แล้ว

    Please make a similar video for vscode profiles

  • @davidoh6342
    @davidoh6342 ปีที่แล้ว

    Is this available now? I can't seem to get it to work...

  • @youcefg9760
    @youcefg9760 ปีที่แล้ว

    How or where can I request a feature or idea for the VSCode OSS (Code - OSS) app?

  • @RoyalOcean5
    @RoyalOcean5 ปีที่แล้ว +1

    This is absolutely game changing!!

    • @BenPanna
      @BenPanna ปีที่แล้ว +1

      many people review that they learn coding so fast and clear their aspect in coding , far better than before

  • @truongkimson
    @truongkimson ปีที่แล้ว +1

    I don't see chat sidebar after installing Copilot extension

    • @ericmarechal9099
      @ericmarechal9099 ปีที่แล้ว

      Same for me

    • @code
      @code  ปีที่แล้ว +1

      It's still in preview. Check the link in the video description.

    • @truongkimson
      @truongkimson ปีที่แล้ว

      @@code thanks. Missed that part in the video

  • @malipetek
    @malipetek ปีที่แล้ว +1

    When do you think chat would become generally available? I just re-subscribed to copilot just for that.

    • @junweidong2448
      @junweidong2448 ปีที่แล้ว +1

      I think copilot is still not good as chatgpt at present. Only when the copilot could gain a global understanding of a whole project, then .... it will become popular and essential for all coders.

    • @malipetek
      @malipetek ปีที่แล้ว

      @@junweidong2448 I agree, copilot as it just a typing assitant.

  • @HaseebHeaven
    @HaseebHeaven ปีที่แล้ว

    Can we have Github Copilot Labs UI with GPT-4 ? I meant the Brushes UI with GPT-4 advanced skills ?

  • @TheHalk8
    @TheHalk8 ปีที่แล้ว

    Is it still can be get by waitinglist?

  • @jamescoulter9659
    @jamescoulter9659 ปีที่แล้ว

    How much of the local context is sent to a remote server for copilot to work?

  • @246rs246
    @246rs246 ปีที่แล้ว +1

    how much this cost?

  • @VigilanteIO
    @VigilanteIO ปีที่แล้ว

    why should i pay for subscription if there are free extensions available

  • @maxinteltech3321
    @maxinteltech3321 ปีที่แล้ว

    Chat icon doesn’t show up for me!

  • @is-sam
    @is-sam ปีที่แล้ว

    What about Windows or Linux users ? You're not gonna give the shortcut for non mac users ?

  • @masterfabio5
    @masterfabio5 ปีที่แล้ว

    When Visual Studio Code uploads a 720p video 💀💀

  • @chiragdeshmukh325
    @chiragdeshmukh325 ปีที่แล้ว

    Does it send code to the servers?

  • @eliesoued1828
    @eliesoued1828 ปีที่แล้ว

    I installed github co pilot but I don't see the chat icon? Can anyone help?

    • @kelap
      @kelap ปีที่แล้ว

      it said "the new GitHub Copilot Chat features coming soon to VS Code" its not like already exist bro lol

  • @napokhan
    @napokhan ปีที่แล้ว

    Just like ChatGPT, not integrated with ChatGPT, you intentionally misspelled the title for SEO?

  • @jonnjon1
    @jonnjon1 ปีที่แล้ว

    Why would I pay extra If I can get the same from GPT? I use it everyday and even has GPT 4...

  • @amifunnymynameisbob
    @amifunnymynameisbob ปีที่แล้ว

    does this work for regular visual studio?

    • @code
      @code  ปีที่แล้ว

      Yes

  • @smotbutterman1127
    @smotbutterman1127 ปีที่แล้ว

    Did you use ChatGPT in the title to manipulate the yt algo?

    • @code
      @code  ปีที่แล้ว

      We tried, but eventually we just did things the old fashioned way and came up with it ourselves.

  • @S3D8
    @S3D8 ปีที่แล้ว

    I have copilot but can not get that Chat Tab!. so annoying

    • @angryvegeta
      @angryvegeta ปีที่แล้ว +1

      Watch it again. It’s still in preview mode. Not released yet.

  • @jatingohel7698
    @jatingohel7698 5 หลายเดือนก่อน

    How to free used ? Its 30 days free trial

  • @feathars
    @feathars ปีที่แล้ว +1

    Why would you tease us with copilot x

  • @joonashyttinen2744
    @joonashyttinen2744 ปีที่แล้ว

    Done everything but don't get the chat icon in vscode, shit!

  • @metmans
    @metmans ปีที่แล้ว +1

    hello i am 15 and i would learn to code . so can somebody help me?
    plz

    • @BenPanna
      @BenPanna ปีที่แล้ว

      ohh start with your chatgpt conversation, it's the best point to start in present

  • @6locc6a6y_fps
    @6locc6a6y_fps ปีที่แล้ว

    Is my code's privacy safe tho

  • @sskhdsk
    @sskhdsk ปีที่แล้ว

    Why does my copilot not have a sidebar?

    • @code
      @code  ปีที่แล้ว +1

      It's still in preview. Check the link in video description to sign up for waitlist.

  • @aguswidi9316
    @aguswidi9316 11 หลายเดือนก่อน

    I thought you discuss about chatGPT in vscode

  • @JonBrookes
    @JonBrookes ปีที่แล้ว

    I've seen at least 2 videos now on chat-gpt in copilot, each from vscode, each saying to click on the 'link in the description' to sign up to the wait list, which I have
    when is this coming to copilot,
    or are we to see a third, fourth similar video asking us to sign up to the wait list ?

  • @mirzabekyaznonov5713
    @mirzabekyaznonov5713 ปีที่แล้ว +1

    is it free?

  • @corb-s7m
    @corb-s7m ปีที่แล้ว

    can't wait for it!!!!!!!!! Give me now!!!!!!

  • @nathanwatts76
    @nathanwatts76 หลายเดือนก่อน

    5 minutes I will never get back!

  • @greygoose5359
    @greygoose5359 ปีที่แล้ว +1

    I'm in the closed beta. ChatGPT free version gives way higher quality answers than both BingGPT and the Paid Closed Beta of Copilot Chat.
    I really hope Microsoft catches up with their partner Open AI, so far I'm not impressed

  • @quantumgamer6208
    @quantumgamer6208 ปีที่แล้ว +3

    Thank you for making a Chat-GPT plugin for beginner programmer like me

    • @compton8301
      @compton8301 ปีที่แล้ว +9

      It’s bad for you actually.

    • @pixiedev
      @pixiedev ปีที่แล้ว +6

      Also intellisense is also not good for beginners. At this stage you should focus on your basics. This is useful for only quick project development.

    • @compton8301
      @compton8301 ปีที่แล้ว +1

      @@pixiedev I agree with you.

    • @BenPanna
      @BenPanna ปีที่แล้ว +1

      many people review that they learn coding so fast and clear their aspect in coding , far better than before

    • @quantumgamer6208
      @quantumgamer6208 ปีที่แล้ว +1

      @@compton8301 thanks

  • @oussamasethoum1665
    @oussamasethoum1665 ปีที่แล้ว

    this is really scary and crazy

  • @keivansamani3437
    @keivansamani3437 ปีที่แล้ว

    Yes but pls release asap :(

  • @mibi2007
    @mibi2007 ปีที่แล้ว

    Can I talk to VSCode directly 😁

  • @_slier
    @_slier ปีที่แล้ว

    if only vscode is not lagging on me..

  • @melcooldev
    @melcooldev ปีที่แล้ว

    you are going to fine tune us from our jobs :))

  • @neozoid7009
    @neozoid7009 ปีที่แล้ว

    Will this be free???

  • @CodeCowboy
    @CodeCowboy ปีที่แล้ว

    LMAO wtf Microsoft
    "Can you use Chat-GPT in VSCode?"
    "Uhhhh SO BASICALLY COPILOT ...."

  • @-_Nuke_-
    @-_Nuke_- 2 หลายเดือนก่อน

    If there one that is free? This requires 10$ per month.

  • @owlprotravels
    @owlprotravels ปีที่แล้ว

    Por favor não coloquem chatGPT nativo no visual code, que fique como uma extensão.

  • @pavanmanideep
    @pavanmanideep ปีที่แล้ว

    Co-Pilot is not free...then how to use?

  • @xxlarrytfvwxx9531
    @xxlarrytfvwxx9531 ปีที่แล้ว

    And you got to pay for copilot, so I'm unable to use this.

  • @Thomas-gi9vy
    @Thomas-gi9vy ปีที่แล้ว

    im disappointed you didn't just use the chatgpt script :)

  • @ofonna
    @ofonna ปีที่แล้ว

    Hoping I get a job before this gets released 😂

    • @code
      @code  ปีที่แล้ว +1

      We'll still need you. Copilot can't fly the plane.

  • @Bubagamer228
    @Bubagamer228 ปีที่แล้ว +1

    This vagueness in your marketing is killing me. Or start beta testing on a waiting list, or at least announce approximate release dates for products.

  • @bluzter
    @bluzter ปีที่แล้ว

    Come on man, release it already !!!

  • @PKAnane
    @PKAnane ปีที่แล้ว

    well played Microsoft.. well played..

  • @mireazma
    @mireazma ปีที่แล้ว

    It's not ChatGPT, it's Copilot.