Open bmsan opened 2 years ago
Might be related: https://github.com/EntilZha/PyFunctional/issues/118
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.
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
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!