Numpy Panda Intellisense

Hello,

Do you know when the Python editor will support intellisense for 3rd party packages such as Numpy and Panda? It is working for standard modules distributed with Python. I think that a must a feature to have since those 2 packages are the most popular ones.

Thanks,

Alex Iuspa

Hi Alex,

Supporting InstelliSense for packages for our own PythonParser is on our list; for some packages like json it’s partially supported already. Packages like Numpy and Pandas have more complex structure though, so it’s not working yet.

I would also suggest looking at LSP Python parser. It has been recently updated to use Pyright language server, which is a lot faster than the one we used before. That one should support Intellisense for Numpy and Pandas.

Kind regards,
Dmitry