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