-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Slow to load sys
in list of modules
#1773
Comments
We need #1591 |
Could we get a "Loading" notification like we do with Jedi until we have complete completions instead of a partial list? |
To clarify, we'd like to have the [Loading...] tooltip (not a notification banner) |
#2099 adds progress report in the status bar. The |
So that I understand this correctly: will the list automatically update with the complete results if the user waits for the loading to complete? If so, then the status bar approach makes sense to me. |
The list never auto-updates. There is no such facility in VS Code. It shows static data returned from the last call to the LS. There is no way to tell VSC to re-open or update the list. Only big VS can do this. |
Closing as we have addressed the concerns with the addition of the progress indicator. |
import sy
sys
in the completion listThere's a slight delay in getting this list.
Wait for a second or two, type once again, then it works.
However for someone starting out might get confused and consider this to be a bug or buggy (implementation).
@qubitron @MikhailArkhipov @brettcannon
I'm flagging this as a bug, as I believe that's what a newbie starting with this new analysis engine would assume it to be.
The text was updated successfully, but these errors were encountered: