Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7184272
By: rrbarbosa

I decided to start from scratch with a clean eclipse install, having one just
for pydev. Things look better now, code-completion show the bultins like open
and RuntimeError. But I have another issue. For instance if I have:

def main():
....f = open("some-file")

And if I start to type "line = f.rea", shouldn't code completion give options
like read, readline, etc.?

It seems that pydev does not recognize that the variable 'f' now is a file type,
and so, does not give the right options for completion. Is this a normal 
behavior,
or do I still have some issue with my install?

______________________________________________________________________
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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to