forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Intellisense error in completions #607
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 buginfo-neededIssue requires more information from posterIssue requires more information from poster
Milestone
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 buginfo-neededIssue requires more information from posterIssue requires more information from poster
Type
Fields
Give feedbackNo fields configured for issues without a type.
Environment data
VS Code version: 1.19.2
Python Extension version: 0.9.1
Python Version: 3.6.4
OS and version: 10.16299.192
Actual behavior
Intellisense completes to "keras.dataset" when that completion does not exist.
Expected behavior
Intellisense should complete to "keras.datasets" (note plural)
Steps to reproduce:
Logs
Output from
Pythonoutput panelOutput from
Console window(Help->Developer Tools menu)