-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Python jedi intellisense extension issue #10836
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
Comments
I have the same problem, jedi is stuck on ' pyi' file , and It will last a long time. |
@jessesnyder Are you using Language Server or Jedi? You can look for the @1470391328 That looks like a different issue. Please try using Language Server and see if it helps with this. |
😂 Language Server does not support PYI and it has many bugs. I like to use Jedi |
@1470391328 I see that you filed microsoft/python-language-server#1978 on MPLS. You don't mention that you are using LS or jedi there. From the GIF you shared it looks like you are using Jedi. I also know that David asked you to file this here ( based on comments here davidhalter/jedi#1534), if this is an issue with how extension is using At the moment the option is to try MPLS. MPLS uses *.pyi files to show completion for some standard library files (see here https://github.com/microsoft/python-language-server/tree/master/src/Analysis/Ast/Impl/Typeshed/stdlib/2and3). If you believe this is not working please file a issue on MPLS about PYI. /cc @jakebailey |
If this is MPLS, then this is expected behavior outside of user code; we don't support editor features in library code to not use too much memory (but this can be changed via my comment at: microsoft/python-language-server#840 (comment)) But I can't really tell which is being used. MPLS definitely supports pyi files. |
@karthiknadig @jakebailey Thank you for your reply. My English is poor. I have to use Google translation to submit issues. Please don't mind my grammar , my description may not be clear. |
This should be addressed by #10895 |
Autocompletion not working at all, before and after today's update.
CPU-20200327T195644.869Z.cpuprofile.txt
Bug
python
2020.3.69010
Darwin x64 17.7.0
1.43.2
The text was updated successfully, but these errors were encountered: