Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense doesn't work on installed Python libraries #47360

Closed
julKali opened this issue Apr 6, 2018 · 3 comments
Closed

Intellisense doesn't work on installed Python libraries #47360

julKali opened this issue Apr 6, 2018 · 3 comments
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@julKali
Copy link

julKali commented Apr 6, 2018

It seems that Intellisense does recognize pip-installed libraries itself and if you do the following:

import matplotlib.[press ctrl-space to trigger Intellisense]

it loads a moment and then provides correct subpackages.

But if I try to use the lib in my code like this:

matplotlib.[press ctrl-space to trigger Intellisense]

it doesn't show anything except for the usual stuff it generates from the file's content

Weirdly, if I hover above matplotlib, it does show me information about the module...

Note that I use vscode insider:

  • VSCode Version:
    1.22.0-insider
    6c22e21 (<- not sure if this is the version commit, it show up in vscode-insider --version)
    x64
  • OS Version: Windows 10 x64

Steps to Reproduce:

  1. Create py file
  2. import matplotlib/numpy/scipy
  3. no Intellisense shows up when trying to access methods

Does this issue occur when all extensions are disabled?: No (ofc, it needs at least the Python extension)

Glad about any help/information about how to fix this issue!

@vscodebot vscodebot bot assigned mjbvz Apr 6, 2018
@vscodebot vscodebot bot added the javascript JavaScript support issues label Apr 6, 2018
@gate3
Copy link

gate3 commented Apr 6, 2018

Intellisense is not actually working in general after the latest update on my end

@julKali
Copy link
Author

julKali commented Apr 6, 2018

Okay so it doesn't seem to be a problem of misconfiguration, that's nice to hear! Do you know when this will be fixed?

@mjbvz mjbvz removed the javascript JavaScript support issues label Apr 6, 2018
@mjbvz mjbvz removed their assignment Apr 6, 2018
@mjbvz
Copy link
Collaborator

mjbvz commented Apr 6, 2018

Can you please file this issue against the python extension

@mjbvz mjbvz closed this as completed Apr 6, 2018
@mjbvz mjbvz added the *caused-by-extension Issue identified to be caused by an extension label Apr 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

3 participants