Skip to content
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

Intellisense error in completions #607

Closed
jflam opened this issue Jan 20, 2018 · 3 comments
Closed

Intellisense error in completions #607

jflam opened this issue Jan 20, 2018 · 3 comments
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster
Milestone

Comments

@jflam
Copy link

jflam commented Jan 20, 2018

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 Python output panel

Output from Console window (Help->Developer Tools menu)

@MikhailArkhipov
Copy link

What's in the list - dataset or datasets ?

@MikhailArkhipov MikhailArkhipov added area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. info-needed Issue requires more information from poster labels Jan 22, 2018
@brettcannon brettcannon added the bug Issue identified by VS Code Team member as probable bug label Jan 29, 2018
@jflam
Copy link
Author

jflam commented Jan 29, 2018

The singular form - just dataset.

@MikhailArkhipov MikhailArkhipov self-assigned this Feb 1, 2018
@MikhailArkhipov
Copy link

Works for me with the new jedi. Could have been bug in Jedi 0.9

image

@MikhailArkhipov MikhailArkhipov added this to the February 2018 milestone Feb 20, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants