• @priapus@sh.itjust.works
    link
    fedilink
    English
    205 days ago

    Plus you can always just use clangd. Its what I’ve always used with every text editor that has LSP support.

    • @XPost3000@lemmy.ml
      link
      fedilink
      104 days ago

      Honestly moving to clangd has got to be the single best thing I’ve done in C++, it’s cross platform and I’ve found it to be significantly faster, more reliable, and more featureful than Microsoft’s C++ plugin by a long shot

      • @priapus@sh.itjust.works
        link
        fedilink
        English
        2
        edit-2
        4 days ago

        I havent used vscode in while but I do remember having a lot of issues with the Microsoft C++ plugin, especially in large projects. I switched to clangd very quickly.

    • شاهد على إبادة
      link
      fedilink
      64 days ago

      Clang is a better C++ compiler than msvc, it generates faster binaries and can compile complex code that msvc errs on at least in my experience YMMV.