Enable tab completion after dictionary value
Aperta
- Lingua principale
- Python
- Stelle
- 734
- Fork
- 412
- Merge medio
- 1g 5h
- PR unite (30g)
- 8
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.