Spyder does have some support for it, but you have to explicitly request it by ctrl+space. It could probably be improved, also with the possibility to jump between (positional) arguments. I am not sure however how the best way would be to do so. I would be annoyed if spyder automatically inserted all arguments.
Anyway, the place to request features is at http://code.google.com/p/spyderlib/issues/list Den mandag den 7. januar 2013 21.00.20 UTC+1 skrev FENG Xu: > > 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/-/CYaimoU5X2MJ. 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.
