Joon was using Eclipse and I looked over his shoulder and saw code completion. My eyes popped. Wha? I left Eclipse because it didn't have code completion rant rant. Turns out my memory was half right. Eclipse will do code completion only for registered modules. Some modules are registered by default and I saw code completion for those, but not for the ones I wrote and imported in my code.
Komodo has this nice feature that it will parse every file you import and generate the tables for code completion on the fly.
It seems that Pydev (Eclipse plugin for Python) requires you to register the module by going to Eclipse->Preferences->Pydev->Interpreter-Python and add the module directory to PYTHONPATH. [from here]
But, open source is open source. Komodo edit is nice, but its not the full thing - which costs money. So I think I will take up eclipse again...
Komodo has this nice feature that it will parse every file you import and generate the tables for code completion on the fly.
It seems that Pydev (Eclipse plugin for Python) requires you to register the module by going to Eclipse->Preferences->Pydev->Interpreter-Python and add the module directory to PYTHONPATH. [from here]
But, open source is open source. Komodo edit is nice, but its not the full thing - which costs money. So I think I will take up eclipse again...
Comments
Post a Comment