EntilZha / PyFunctional

Python library for creating data pipelines with chain functional programming
http://pyfunctional.pedro.ai
MIT License
2.4k stars 132 forks source link

[Question] VSCode language server doesn't see the pyfunctional package #170

Open bmsan opened 2 years ago

bmsan commented 2 years ago

Hello,

I've noticed that in visual studio code the inteligent indexer/autocomplete functionality(I think provided by Jedi) isn't able to see pyfunctional (at least on my setup).

By this I mean it doesn't see any of the imported objects and it doesn't see "functional" as a package. Clicking on a function/module from other packages takes me directly to their source code but for pyfunctional nothing is happening.

Running and debugging works fine so the module is installed correctly, but something is bugging VsCode.

While this is more of an issue related to VsCode/Jedi I was wondering if anybody else is experiencing this or if this is something maybe related to a strange combination of packages that I might have in my enviroment.

I've tried this on two different machines and got the same behavior.

Thanks!

rvente commented 2 years ago

Might be related: https://github.com/EntilZha/PyFunctional/issues/118

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

EntilZha commented 2 years ago

I haven't seen this issue, but its also hard to debug because of that. One thing you might check is that the python environment VS Code is using (bottom right) matches the one where pyfunctional is installed into