X Tutup
Skip to content

Autocomplete for dictionary keys #226

@ikanobori

Description

@ikanobori

How hard would be adding such autocomplete for dict keys?

#!python

>>> dic = {'key1': 1, 'key2': 2, 3: 333, an_object: 4}
>>> dic[
┌───────────────────────────────────
│ 'key1'    'key2'   3    an_object
└───────────────────────────────────

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup