简体   繁体   中英

How do you set up autocompletion and code suggestions in python shell?

I saw the following coding gif, which depicts a user typing commands (eg import ) and a pop up message would describe the usage for that command.

How can I set up something similar? 用自动代码用法描述python shell的gif

According to the github issues in the repo of that gif, the video was taken using bpython

Source: https://github.com/tqdm/tqdm/issues/67

诸如vim (具有jedipython-mode )或emacs类的代码编辑器以及诸如pycharm类的集成开发环境可以提供相同的功能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM