[pydev - Users] Autocompletion for class local vars

View: New views
2 Messages — Rating Filter:   Alert me  

[pydev - Users] Autocompletion for class local vars

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

[pydev - Users] RE: Autocompletion for class local vars

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Strange, the cases you pointed do work well for me.

What version of pydev/eclipse are you using? Do you have some error in your
error log?

Cheers,

Fabio

______________________________________________________________________
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@...
https://lists.sourceforge.net/lists/listinfo/pydev-users