[wingide-users] Helping autocompletion
Simon Pickles
sipickles at hotmail.com
Sat Jan 26 14:08:41 MST 2008
Hi,
Is there anyway I can help autocompletion in this case
# FILE messageTypes.py
class message:
LOGIN, LOGOUT = range(2)
# FILE main.py
from messageTypes import message
msg = message.LOGIN
In this example, autocomplete will not kick in when the after
'message.', it works if the message class is in the same module. Is
there anything I can do to help? I thought I read about using assert to
guide the IDE, but have not got anything to work
Thanks
Simon
--
Linux user #458601 - http://counter.li.org.
More information about the wingide-users
mailing list