I thought you were in the editor and not in the console. If you try the same thing in the editor then you can see what I was talking about.
I guess we should have the same capabilities in the console, even though the capabilities are provided by a different library. You may want to raise a ticket on that. Den fredag den 11. januar 2013 04.18.51 UTC+1 skrev FENG Xu: > > Hi Carlos/Janatan, > Thanks for your reply. I tried Ctr + Space but unfortunately it did > not seem to give what I wanted. I attached a screen shot. It has hints for > arguments as a drop down list. But when I type Ctr+space, the hints > disappears instead of inserting the arguments. Am I missing something? > Ctr + space does help to provide the drop down choices for functions > in scipy if I type "scipy." but that is not exactly I wanted. > Thanks again > Feng > > On Wed, Jan 9, 2013 at 11:23 AM, Carlos Córdoba > <[email protected]<javascript:> > > wrote: > >> Hi Feng, >> >> Interesting point, but right now there are two ways in which you can get >> function args: >> >> 1. Checking the function docs through the Object Inspector. >> >> 2. Seeing the calltip that is shown when you open a parenthesis after the >> function's name. >> >> In any case you can complete the keyword args using Ctrl+Space, as >> Jonatan mentioned. >> >> Cheers, >> Carlos >> >> El 07/01/13 15:00, FENG Xu escribió: >> >>> I would like to suggest an enhancement for Spyder: Is it possible for >>> Spyder to provider automatic completion of function arguments? Many other >>> interpretors like SPE have this feature. It would be cool if Spyder has >>> this. For example, >>> import scipy >>> When I type 'scipy.all(', the autocompletion will automatically complete >>> it as >>> scipy.all(a,axis=None,out=**None) >>> >>> Thanks >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "spyder" group. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/spyderlib/-/hquai3wcf4YJ<https://groups.google.com/d/msg/spyderlib/-/hquai3wcf4YJ> >>> . >>> >>> To post to this group, send email to [email protected]<javascript:> >>> . >>> To unsubscribe from this group, send email to spyderlib+...@** >>> googlegroups.com <javascript:>. >>> For more options, visit this group at http://groups.google.com/** >>> group/spyderlib?hl=en <http://groups.google.com/group/spyderlib?hl=en>. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to spyderlib+...@** >> googlegroups.com <javascript:>. >> For more options, visit this group at http://groups.google.com/** >> group/spyderlib?hl=en <http://groups.google.com/group/spyderlib?hl=en>. >> >> > -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/voyqLaqE3LcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
