
python.languageServer setting: ?[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) from the VS Code marketplace to see if that fixes your issue]
I installed Pylance as suggested above, still same problem
Show documentation or function parameters for numpy.array
No showing anything
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Thanks for the bug report! We investigate issues in order based on priority and severity, which includes the impact it has on your ability to use the extension to do productive work, and the number of people affected. If other users come forward and leave a comment demonstrating they are seeing/reproducing the problem then we will raise this issue's priority.
If you think your issue is more of a question or configuration problem rather than a bug, please ask on Stack Overflow with the visual-studio-code and python labels for help.
Thanks for your understanding and patience!
Hi, can confirm this also affects me — after the update autocompletion for pytorch and numpy stopped working. Same vscode / python extension versions as for the topic starter
I can also confirm the issue. Matplotlib seems to be okay. Pandas is fine too on my end.
Actually, it only doesn't seem to work with np.array. All other np functions seem to work. Also, it seems like from the symbol that np.array is not identified as function, but 'import'.


Python extension version: v2020.11.358366026
VSCode:
Version: 1.51.1
Commit: e5a624b788d92b8d34d1392e4c4d9789406efe8f
Date: 2020-11-11T01:11:34.018Z
numpy 1.16.6
Python 3.7.4
Value of the python.languageServer setting: Pylance and Microsoft language server are affected.
Most helpful comment
Hi, can confirm this also affects me — after the update autocompletion for pytorch and numpy stopped working. Same vscode / python extension versions as for the topic starter