Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Autocomplete doesn't list pandas.testing #1395

Closed
drorata opened this issue Jul 30, 2019 · 6 comments · Fixed by #1565
Closed

Autocomplete doesn't list pandas.testing #1395

drorata opened this issue Jul 30, 2019 · 6 comments · Fixed by #1565
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists feature: analysis feature: intellisense package: pandas Issues specific to Pandas

Comments

@drorata
Copy link

drorata commented Jul 30, 2019

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:

pytest
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?

@gramster gramster added the bug Something isn't working label Aug 21, 2019
@gramster
Copy link
Member

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

@MikhailArkhipov
Copy link

Same as #1301
image

@MikhailArkhipov
Copy link

0.4.26+

@drorata
Copy link
Author

drorata commented Sep 26, 2019

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

@jakebailey
Copy link
Member

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).

@MikhailArkhipov
Copy link

https://github.com/microsoft/python-language-server/wiki/Versioning-and-download-channels

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working duplicate This issue or pull request already exists feature: analysis feature: intellisense package: pandas Issues specific to Pandas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants