The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3697707:

For starters, I am using Pydev with the latest version of Eclipse and Enthought 
EPD32-6.1 (Academic version).  I am having problems completing on variables. 
Consider this example code:

[quote]
import numpy as np
x = np.arange(10)
[/quote]
The editor will provide completion for \"np.\", but when I try to complete on 
\"x.\" only the default methods appear (__class__, __doc__, etc) instead of all 
of the numpy array methods. This also happens for matplotlib classes.


------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to