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

Hi,

Actually, pydev extensions has that, but only for files for which you have 
python
code... as PyQt4 doesn't have source code, just the dll with the bindings, right
now pydev will only give you code-completion for it when you have it imported.
ie. if you do

from PyQt4 import QtCore
QtCore.|<-- request completion here

it should give you those tokens.

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

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

Reply via email to