• chakli@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    22 hours ago

    If someone is looking for an alternative, use the clangd extension. It’s much better compared to the Microsoft one. LLDB extension is good for debugging. Also works with gdb.

    The only things I am lacking now is the one for remote, python.

    • cmrss2@aussie.zone
      link
      fedilink
      arrow-up
      0
      ·
      21 hours ago

      BasedPyright should have you covered on the Python end, the downside is you also need to install the PyPi package.

      Have used it and it’s excellent, even has additional features over Pylance

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        15 hours ago

        Do you still have refactoring tools with it, like symbol renaming, go to definition, and extract method?