Python autocompletion?
Submitted by Thursday, 5 January, 2006 - 02:18
on
Is it possible to have jedit do something like pycrust or SPE, where typing...
import os
os.
would pop up a dialogue with a list of methods and properties (preferably including doc strings) from the object/module preceding '.'?
If so, what would be required to set this up?
import os
os.
would pop up a dialogue with a list of methods and properties (preferably including doc strings) from the object/module preceding '.'?
If so, what would be required to set this up?