Enable tab completion after dictionary value
Ouverte
- Langage dominant
- Python
- Étoiles
- 734
- Forks
- 412
- Merge moyen
- 1 j 5 h
- PR mergées (30 j)
- 8
Description
This is an enhancement, that I would like to use in jupyterlab, but i guess it has to be implemented in ipython.
I often have complex dict structures and this would help me.
Basically I want
```
dictionary['key']
dictionary['key']['
dictionary['key'].
```
to work like if i would do
```
value = dictionary['key']
value
value['
value.
```
What actually happens is, that I get suggestions from global vars or nothing.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.