autosuggest - How to adjust delay of suggestion list in Python 3.3.2 -


in python 3.3.2, how adjust time takes suggestion box appear after typing '.'. example, import wxpython , type wx. after 3 seconds list box appear showing available options. there way set appear instantly or in short time? sort of visual studio's intellisense feature appears instantly.

thanks in advance :)

i think referring ide, editor using write code. if case, depend on editor, 1 using?

if using built-in editor idle, looking not available option.

if trying within own code using wxpython (as sexysaxman suggested), please provide example of code can better idea of trying do.


Comments