修改python ide 自动补全的间隔时间
修改python ide 自动补全的间隔时间:
改 Python\Python36\Lib\idlelib\ config-extensions.def 的
[AutoComplete]
popupwait= 2000
为:
[AutoComplete]
popupwait= 500
修改python ide 自动补全的间隔时间:
改 Python\Python36\Lib\idlelib\ config-extensions.def 的
[AutoComplete]
popupwait= 2000
为:
[AutoComplete]
popupwait= 500