For Python developers using Visual Studio Code, the combination of (for dependency management and packaging) and Pylance (the official language server) is considered best-in-class. However, a frequent friction point arises: Pylance underlines perfectly valid imports from Poetry-installed packages with red squiggles, reporting Import "x" could not be resolved . The code runs fine, but the developer experience suffers—no autocomplete, no type checking, no go-to-definition.
Debe estar conectado para enviar un comentario.