Python-language-server: Autocomplete doesn't list pandas.testing

Created on 30 Jul 2019  路  6Comments  路  Source: microsoft/python-language-server

VScode version: 1.36.1
ms-python.python: 2019.6.24221
Microsoft Python Language Server version 0.3.43.0

In the terminal I have a virtual environment which was set by conda with Python version 3.7.3. The packages in the environment were installed from a requirements.txt file:

dvc[s3]==0.51.2
click==7.0
numpy==1.16.4
pandas==0.24.2
pyarrow==0.14.0
dask[complete]==2.1.0
graphviz==0.11.1

In the following,

image

I was expecting to see the suggestion for .testing and not only for test. Is it a bug or a problem in my settings?

bug duplicate analysis intellisense pandas

All 6 comments

This looks like a bug. Thanks for reporting it. We will investigate.

Same as #1301
image

0.4.26+

What does 0.4.26+ mean? Will it be available with the next release of vscode?

The build with the fix is 0.4.26, so the fix will be available in 0.4.26 and above. The language server is released independently from VS Code or the Python extension and this update will be pushed out to everyone once we've had time to verify there aren't any problems. If you want to test early builds before then, you can use one of the other download channels, beta or daily:

"python.analysis.downloadChannel": "beta"
"python.analysis.downloadChannel": "daily"

Which will get the fix sooner (not just now, we're still working on building it).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

giahung24 picture giahung24  路  4Comments

mostafaeweda picture mostafaeweda  路  6Comments

DonJayamanne picture DonJayamanne  路  3Comments

rsalunga29 picture rsalunga29  路  5Comments

jakebailey picture jakebailey  路  4Comments