码迷,mamicode.com
首页 > 编程语言 > 详细

python 2.7 idle 配置语法提示功能

时间:2014-09-02 14:07:14      阅读:308      评论:0      收藏:0      [点我收藏+]

标签:style   color   os   io   使用   文件   sp   on   时间   

使用Python自带编辑器python IDLE的语法提示功能的配置

1.C:\Python27\Lib\idlelib\config-extensions.def文件

编辑

[AutoComplete]
enable=1
popupwait=2000(改为0,语法提示等待时间)

 

2.C:\Python27\Lib\idlelib\AutoComplete.py 

import os
import sys
import string

追加更多需要被提示的lib

python 2.7 idle 配置语法提示功能

标签:style   color   os   io   使用   文件   sp   on   时间   

原文地址:http://www.cnblogs.com/t-witness/p/3951250.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!