shift+tab completion on chained methods
- Ngôn ngữ chính
- Python
- Star
- 734
- Fork
- 412
- Merge trung bình
- 1 ngày 5 giờ
- Pull request đã merge (30 ngày)
- 8
Mô tả
The behaviour in this issue has been raised previously in https://github.com/jupyterlab/jupyterlab/issues/12570 and https://github.com/altair-viz/altair/pull/2770#issuecomment-1364100231.
It seems it is not possible to make the docstring/function signature appear for chained methods using ipython/ipykernel.
See the following screencast:

As can be seen this can be reproduced with the following procedure:
Copy the following in a Jupyter notebook
```python
int().as_integer_ratio().count(
```
Press shift+tab to try to make the docstring/function signature appear.
Result, nothing happens.
When doing the same using a XPython Raw kernel (through `xeus-python`) the docstring/function signature does appear. See following screencast:

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.