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].
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