• @[email protected]
    link
    fedilink
    52 months 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
      link
      fedilink
      English
      22 months ago

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

      • @[email protected]
        link
        fedilink
        12 months ago

        I think so, and it might even be a feature of the upstream Microsoft OSS Pyright, so even that version should(?) have those features available

        • @[email protected]
          link
          fedilink
          22 months ago

          No Pyright is just a type checker. The IDE features are part of Pylance which is closed source.