[Pydev-users] [Users] RE: autocompletion problem with file objects
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2011-05-06 16:02:27
|
The following forum message was posted by eldergabriel at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4519098: Amend the problem for the existing project and file where the auto-completion seemed to be working. The auto-completion only works when I try to invoke methods via the existing file object / variable name that has always been there. But if I create a new one, assign to it from an open(), and then try to invoke methods via auto-completion, the same problem occurs. Auto-completion for other modules explicitly imported (versus the builtin file object) seems OK, so far... |