G
grv
This is the only IDE that looks very useable on linux of everything I've
looked at (and not to start a dev environment war) but one thing that is
troublesome is the word completion.
There is a user-contributed script to parse all the dll and py files to
make a list of functions & attributes for each namespace, but it doesn't
pick up some things like file.seek() and datetime.today(). The script
complains that no source files found, yet other built-ins like open() are
picked up. Any guidelines on how to get all the default stuff working for
code completion?
looked at (and not to start a dev environment war) but one thing that is
troublesome is the word completion.
There is a user-contributed script to parse all the dll and py files to
make a list of functions & attributes for each namespace, but it doesn't
pick up some things like file.seek() and datetime.today(). The script
complains that no source files found, yet other built-ins like open() are
picked up. Any guidelines on how to get all the default stuff working for
code completion?