OOP IS CRINGE! Debugging your comments #1

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

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

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

    🗿

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

    Looking at some comments/questions, I can just say..... Keep up the great work!!!

  • @nicedev8189
    @nicedev8189 7 วันที่ผ่านมา

    I think you did a great job in thre previously video I learn so much thank you

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

    Such a great video, give us more!

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

    I don't understand why people rave about the Arduino IDE so much. After all, it's a worse version of Notepad++ with a ready compiler pack and a library manager. in VS Code there are no problems to edit anything. As you will know - it makes the job very easy.
    BTW: did you know PlatformIO can be used without VS Code?

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

    Pio doesn t load on Vs codium do you know maybe why

    • @jse-shack825
      @jse-shack825  ปีที่แล้ว +1

      Good point! PlatformIO uses C/C++ extensions and MS wants to have full authority over these extensions, just like anything C# and .NET related. For this reason, they "hide" certain extensions from other builds of VSCode. To fix this go to the VS marketplace, search for platformio and click it. On the left under "resources" there's a link called "download extensions". It will download a ".vsix" file. Back in VSCodium, click the little three dots at the top of the extensions window and add it from file.

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

      @@jse-shack825 i got pio but vscodium says: Cannot activate the 'PlatformIO IDE' extension because it depends on an unknown 'ms-vscode.cpptools' extension.

    • @jse-shack825
      @jse-shack825  ปีที่แล้ว

      @@unodragon2294 That's the catch: you need to install these manually as well. Look for C/C++ tools extensions.

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

      @@jse-shack825 thanks it works thank you very much