Posted on 2009-12-29 19:34
大源 阅读(1658)
评论(0) 编辑 收藏 引用 所属分类:
Python
>>> import rlcompleter,readline
>>> readline.parse_and_bind('tab: complete')
>>> os.system("ls")
a1.c~ func1.c func2.h main.c make-hello~ useheader.c
circularity.c~ func1.c~ func2.o main.c~ myapp useheader.c~
circularity.h~ func1.h gdbtest main.o names_st.c
def func1.o gdbtest.c Makefile names_st.c~
def.c func2.c gdbtest.c~ Makefile~ names_st.h
def.c~ func2.c~ hello.c~ make-hello names_st.h~
0
这样子就已经开启了代码补全功能了。