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

How do I get the docstrings to display during code-completion or hover ?

For example I would like to have the docstrings available in this case:

---------------------------- models.py --------------------------------
from django.db import models

class Basket:
        itemid = models.IntegerField()

class Item:
        name = models.CharField(maxlength=64)
        availability = models.DateField(verbose_name, name, auto_now, 
auto_now_add)
                                        |
                                        |__ these I want documented, they are
in
                                            the auto-complete template

However, nothing pops up.

At this point, may I kindly request a new kind of Eclipse View ? One, that 
displays
contignuosly context-sensitive
documentation to the current construct (under the cursor) ?

______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to