Enable tab completion after dictionary value
未关闭
- 主要语言
- Python
- 星标
- 734
- 派生
- 412
- 平均合并
- 1 天 5 小时
- 30 天内合并 PR
- 8
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。