Hi,

Well, if the function has no docstring then Spyder can't show documentation about it because there's nothing to show.

We're thinking to improve this so that the Object Inspector can grab documentation from external sources (for example websites in readthedocs) but nothing has been done yet about it.


Cheers,
Carlos

El 08/03/15 a las 00:22, Alexey Orlov escribió:


    There is a shortcut: Shift+Tab (as in the IPython notebook) to
    show the signature of function while you're writing its arguments.


Thanks, Carlos! This is a useful shortcut, but my problem is a bit different. Function resolve, for instance:

from django.core.urlresolvers import resolve

...
found = resolve("/")

as soon as I type resolve( the editor shows me the signature, which is OK. Unfortunately, when I type Ctrl+I on the completed call, I get "No documentation available". I can't yet see how to get the signature just inside the complete text, on demand. By hovering, like.
--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to