View Single Post
Posts: 162 | Thanked: 79 times | Joined on Jan 2010 @ Finland
#1
I've started my path as fresh newbie to try and do some python development using Pluthon. Everything seems fine and dandy, but one key thing seems to be missing. Code completion that is. It seems that core python code supports code completion but with gtk and hildon modules none exists. I've done my part of notepad developing with Java so I know how much a code helper/completer helps. Is this a feature that is not implemented yet or is my installation not working correctly? Is the only way to go and google myself a proper GTK/Hildon API webpage to find the fine details of the API's?

I tried my fair share of checking the documentation that had some info about a hover help, but it seems to me that that is only supported for C and C++? Any help would be appreciated.