GitHub Copilot Explains(terminal)

แชร์
ฝัง

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

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

    Copilot says "The error message suggest that there might be a missing comma in the print statement on line 2 of main.py.".
    There is no missing comma - Copilot is incorrect. What is missing is quotes.
    Bonus: pylint will tell you the exact same (incorrect) thing Copilot told you, but in a much less verbose way. if you are going to get bad advice, at least do it efficiently and use pylint.
    Pylint output:
    'E0001: Parsing failed: 'invalid syntax. Perhaps you forgot a comma? (, line 2)' (syntax-error)'

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

    That output is MAD just for missing quotes.

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

    All the features of basic linting, except it takes 10 seconds ands gives you the wrong answer

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

    very funny how even in this it points out the wrong error lmao

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

    Never knew this. Thank you ❤

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

    Some people just have amazing radio voice ❤

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

    That feature helped me lots of times.

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

    For those who are figuring out:
    The interpreter is baffled between the string and integer. The interpreter is unable to understand the difference between the two as it is not specified. The string should be in double quotes and it isn't shown in the code. So the compiler throws an error.😊.

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

    which dark theme are ya using ?

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

    Never knew this 😂😂 ❤❤

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

    Can copilot chat with my whole code ?

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

    Which theme is this?