forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Slow to load sys in list of modules #1773
Copy link
Copy link
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
import sysysin 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.