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

Feature request: dict auto completion #951

Closed
thernstig opened this issue Aug 9, 2017 · 2 comments
Closed

Feature request: dict auto completion #951

thernstig opened this issue Aug 9, 2017 · 2 comments
Labels

Comments

@thernstig
Copy link

I was asked to re-create this ticket in Jedi when originally raising the request in pythonVSCode, please refer to: https://github.com/DonJayamanne/pythonVSCode/issues/1145

Environment data

VS Code version: 1.14.2
Python Extension version: 0.7.0 (3 August 2017)
Python Version: 3.6.1
OS and version: Windows 10 Home, Version 1703, OS-version 15063.483

Actual behavior

When pressing ctrl+space on a defined dict, no suggestions are shown for the keys in the dict.

Expected behavior

If I use a defined dict in my file I want it to suggest the keys to select automatically.

Here is an example of what I mean:

dict_auto_complete

@davidhalter
Copy link
Owner

Makes sense. Dict support is still very marginal in general, but this makes sense.

@davidhalter
Copy link
Owner

Dict support is definitely not marginal anymore. Dict completions should now work on master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants