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

Code completion: Complete on dictionary keys #3712

Closed
dpsanders opened this issue Jul 21, 2013 · 1 comment
Closed

Code completion: Complete on dictionary keys #3712

dpsanders opened this issue Jul 21, 2013 · 1 comment
Milestone

Comments

@dpsanders
Copy link
Contributor

Feature request: add code completion for dictionaries and dictionary-alikes, so that we can do

  d = {"H": 1, "He": 2}
  d[<TAB>

and get a pop-up of available keys.

This would be great, for example, for the matplotlib.settings (formerly [well, OK, still] called matplotlib.rcParams) object, which is a validated dictionary containing all of the settings for matplotlib plots:

  from matplotlib import rcParams as settings
  settings[<TAB>
@minrk
Copy link
Member

minrk commented Jul 21, 2013

closing as duplicate of #1533

@minrk minrk closed this as completed Jul 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants