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

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

Open
bmsan opened this issue Jan 20, 2022 · 3 comments
Open

Comments

@bmsan
Copy link

bmsan commented Jan 20, 2022

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
Copy link

rvente commented Jan 30, 2022

Might be related: #118

@stale
Copy link

stale bot commented Mar 17, 2022

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.

@stale stale bot added the stale label Mar 17, 2022
@stale stale bot removed the stale label Mar 17, 2022
@EntilZha
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants