Get to know GitHub Copilot in VS Code and be productive IMMEDIATELY

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 มิ.ย. 2024
  • This video takes you through all of the places to find GitHub Copilot in your editor and how to interact with it, along with best kept secret about Copilot that will dramatically increase your productivity almost immediately.
    00:00 - Intro
    00:26 - Ghost Text
    01:25 - Copilot anticipates your next move
    01:53 - Viewing all Ghost Text options
    02:12 - Inline Chat
    02:57 - Chat View / Sidebar
    03:42 - Other places to find Copilot in the editor
    #vscode #githubcopilot #ai
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @fengzheng7344
    @fengzheng7344 2 หลายเดือนก่อน +26

    The most useful video on how to use Github Copilot in VS Code.

    • @AwaisAli-bb7rk
      @AwaisAli-bb7rk 2 หลายเดือนก่อน +1

      yes that's true

  • @kenniealbritton6390
    @kenniealbritton6390 หลายเดือนก่อน +3

    Excellent job! Very concise. And you also provided both windows and mac. Some programmers forget some of us are windows users lol. So great job including both!

    • @code
      @code  29 วันที่ผ่านมา +2

      ty! we use a lot of Windows ourselves here at MSFT... :)

  • @hecktorzr
    @hecktorzr 2 หลายเดือนก่อน +3

    Very informative and succinct. Thank you!

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

    Thanks for your time! Excellent video and excellent explanation !

  • @kp_kovilakam
    @kp_kovilakam 3 หลายเดือนก่อน +1

    Thanks for the info!

  • @user-mo3mt3zw2n
    @user-mo3mt3zw2n หลายเดือนก่อน

    Thank you for the guidance :)

  • @sivajinandimandalam6329
    @sivajinandimandalam6329 20 วันที่ผ่านมา

    Very useful, thank you :)

  • @NotHuman-bc1cc
    @NotHuman-bc1cc 4 หลายเดือนก่อน +4

    I don’t know why, but sometimes when I am in Chat it shows that it matches with public code, even after I changed settings of code visibility in GitHub

  • @AhmetKizilay0
    @AhmetKizilay0 3 หลายเดือนก่อน +5

    Thanks for showing how to partially accept ghost code. I didn't know it existed, and I was very frustrated by too many lines of code that I didn't really need.

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

      😅😅😅😅😅😅😅

  • @Charles.5277
    @Charles.5277 3 หลายเดือนก่อน

    Awesome 🔥🔥

  • @dreamsfloatjoe
    @dreamsfloatjoe 4 หลายเดือนก่อน +2

    TYVM

  • @maurod.asuajeg.73
    @maurod.asuajeg.73 17 วันที่ผ่านมา

    Thanks so much, you kicked me do it! I just did it!

  • @GB-nn2cx
    @GB-nn2cx 4 หลายเดือนก่อน +2

    Magic ✨

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

    fire!

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

    what iis the VS theme youre using ?

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

    wonderful

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

    Copilot is great, but sometimes I still need to get back to GPT (3.5) to solve some problems, where I need more general approach. I mean, it's to focused on code, and so even earlier and weaker llms are capable of solving some staff better.

  • @lordiblees
    @lordiblees 28 วันที่ผ่านมา

    Just got copilot but it refuses to work for me :/
    It says it's enabled but I get no suggestions whatsoever

  • @keithprice3369
    @keithprice3369 3 หลายเดือนก่อน +1

    Ghost text doesn't seem to be available (at least for me) on Visual Studio (not vs code). And I can't find a setting that turns it on or off.

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

      VS may have two extensions - one for Ghost Text and one for Chat. Can you confirm you have GitHub Copilot and GitHub Copilot Chat installed?

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

      @@codeYep. Both are installed.

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

      @@codeTurns out there's a Setting for line complete that needed to be set to true. It works now.

  • @Andy_B.
    @Andy_B. 3 หลายเดือนก่อน

    Hello,
    how do I let Copilot index multiple files (like for a website project)?!
    For ex: I'd like to let Copilot add a sign-up option, via Google / FB account.
    How would you do that?
    Thanks.

    • @Naej7
      @Naej7 3 หลายเดือนก่อน +2

      Have them opened in the editor, or specify @workspace in the Copilot Chat

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

      @@Naej7 @workspace is the answer!

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

    I mostly need it in edge cases and there it cant really help me... :(

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

    Unless you are using 2 GitHub accounts. Then you can say goodbye to the Chat functionality. It just won't work. Then Copilot support will point fingers at the VSCode Team and vice versa

  • @coopernik
    @coopernik 4 หลายเดือนก่อน +2

    Inline chat is great but still need to be improved. When using it in jupyter notebooks instead of giving me one extra line of code it deletes all the previous code and just leaves me with the ‘answer to my question’

    • @coopernik
      @coopernik 4 หลายเดือนก่อน +2

      And readability is difficult as soon as the code it is modifying reaches 10 to 15 lines. There is yellow stuff green stuff red stuff. Some //// lines. Confusing

    • @code
      @code  4 หลายเดือนก่อน +3

      @@coopernik thanks for the feedback. We're aware that inline chat has some room for improvement and we're working on it!

    • @user-zt4ny6lx5l
      @user-zt4ny6lx5l 4 หลายเดือนก่อน

      I would also love it if it worked with the .NET interactive kernel and Polyglot notebooks.

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

    Gitpilot = money

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

    is there a way to find specific text from github copilot chat ?

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

      like a search for chat history?

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

      @@code yes

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

    Can i get for free? if not what is the free alternative?

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

    Is there any way to get it for free to learn it.

    • @Naej7
      @Naej7 3 หลายเดือนก่อน +1

      There’s a try of one month

  • @NotHuman-bc1cc
    @NotHuman-bc1cc 4 หลายเดือนก่อน

    And also cmd + enter is not working on Mac. Look on this issue

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

      It looks like it's set to ctrl + enter on Mac. You can change it in your key bindings (search for "Open Completions Panel"). They should probably default to cmd instead of ctrl, but cmd + enter is also bound to "Inline Chat: Accept Changes" so they might have changed it to prevent a conflict.

    • @Wastl42
      @Wastl42 3 หลายเดือนก่อน +1

      CTRL+Enter (instead of CMD+Enter) works for me as described on macOS VS Code

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

    Can't wait until Github Copilot has the year-old GPT-4.

    • @Simon-us4bn
      @Simon-us4bn 3 หลายเดือนก่อน +2

      It’s been powered by gpt4 since November

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

      ​@@Simon-us4bn he's talking about turbo

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

      @@Simon-us4bnHaters gotta hate

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

    Visual Studio on MacOS:can't get to inline chat as Command-I gets trapped by VS!

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

    being more productive and more productive, more productive and more productive. be more productive and more productive. at the end there are no human.

  • @ardenttechie
    @ardenttechie 3 หลายเดือนก่อน +1

    Note that Copilot won't be available during code interviews.

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

      Only if the interview/employer is crappy or for very specific extraconfidential projects

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

      @@TheMelo1993 if thats the case then i am sure more than 90 % of interviewers are crappy

  • @jered1
    @jered1 11 วันที่ผ่านมา

    This guy reminds me of Jo Koy

  • @haha-eg8fj
    @haha-eg8fj 3 หลายเดือนก่อน

    Not free...

  • @Tzalive
    @Tzalive 2 หลายเดือนก่อน +1

    I hate that you put a price on this

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

      It’s $10/mo… lol It costs money and development to provide this service, after all.

  • @Bismuth-ig5ru
    @Bismuth-ig5ru 3 หลายเดือนก่อน +1

    That sidebar chat is stupid... I use GPT instead for long context problem now.

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

      It’s good for small question only, I agree

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

    It's not free

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

    Plot Twist: The code shown at 0:44 is actually very bad and should not pass any checks.

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

      I haven’t tried it, but it looks good to me
      I just don’t know what the hell is the result variable doing here lol

  • @SigmaScorpion
    @SigmaScorpion 4 หลายเดือนก่อน +16

    Give me copilot for free .... I will watch all vs code copilot related videos 😅

    • @kiesun3276
      @kiesun3276 3 หลายเดือนก่อน +2

      I have watched all, give me copilot for free.

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

      Pay up 😂

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

      just do open source development

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

      Dunbe a cheapskate

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

      Students can get it for free as part of GitHub Student Pack. But I wouldn't recommend it for inexperienced freshmen students, they'd get too lazy to learn the fundamentals of programming and would simply become coders, without understanding a thing of what they're doing