Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7184754 By: fabioz
Well, there's some info that pydev has and some that it doesn't... In the case of open: open is actually a method, and as python does not really give the type of the return, there's no real way to get it (I'm already studying on proving precompiled completions for some known cases... such as open(), but it's still 3-4 releases to have it). Now, in the other way, if instead of using open() -- which is a method -- you used file() -- which is the class that open() actually uses, you'd have those completions because Pydev could recognize that it's a class and use introspection to get what it has. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users