Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5338253 By: asnast
Hello, I've been using Pydev for the past week and I've been having problems with the autocompletion feature. If i write the following code: from numpy import * a = array([[1,2,3],[4,5,6]]) print a.dtype The array wasn't poping up when till i added numpy to the forced builtin's however when i type "a." i can see a small amount of magic functions (not all) and not the whole namespace(it's showing fine in IPython). Any fix on that? Regards, Alex ______________________________________________________________________ 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 the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
