ipython/ipython

[new future] Add postfix completion for ipython

オープン

#13,587 opened on 2022/03/12

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)Python (4,400 件のフォーク)batch import
UIhelp wanted

Repository metrics

Stars
 (16,095 個のスター)
PR merge metrics
 (平均マージ 11d 1h) (30d で 22 merged PRs)

説明

Hi I just learned python not long ago, ipython is fantastic! I'm a java coder. Is the team considering adding postfix completion

About postfix completion : Add var (or other word) to the end of your method and press tab, and the method will intelligently complete. For a sample example by java:

String.valueOf(100).var

After you enter tab:

String s = String.valueOf(100);

Thanks

コントリビューターガイド