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

Following the example in this video for Pydev autocomplete:

http://showmedo.com/videos/video?name=PydevEclipseExtensionsFabio&fromSeriesID=8

for the code:
----------
class Foo(object): 

    def __init__(self, params1, params2): 
        self. **
        ***
----------

** autocomplete does not work for self - it does not show anything when pressing
control-space (just beeps).

*** on the next line, auto complete shows builtins and other stuff, but does
not show local variables (e.g. params1, params2)

autocomplete works for import statements e.g. from django.http import (shows
all the right choices here)


So it sorta works, but not really =(.   What am I doing wrong in terms of 
configuring
Aptana + Pydev?

______________________________________________________________________
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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to