forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Description
- Install new analysis engine
- Type
import sy
- The auto completion list does not have
sys
in the completion list
There'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.
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