Actually, there is a plan to replace rope by jedi, which is better at autocompletion. See http://code.google.com/p/spyderlib/issues/detail?id=1213.
Le dimanche 18 mai 2014 01:38:03 UTC+2, David a écrit : > > Hi, > > As far as I am aware of there are no such plans for the (near) future. > Note that the auto-complete function is provided by an external library > called rope. Statically analysing Python code to establish which keys are > in a dictionary is not always possible (for instance when keys are > constructed as function of other variables). When working interactively > this is possible in theory. You could solve that problem by creating an > empty class and add nested variables instead of dictionaries with keys. In > that case you will have code completion. > > Regards, > David > > > On 15 May 2014 23:26, Srinivasan Rajaraman > <[email protected]<javascript:> > > wrote: > >> Hi, >> >> I am new to using Spyder. I was wondering if Spyder has or will have at >> some point in future the ability to autocomplete the keys of a dictionary. >> >> It gets annoying to manually look for the keys first and select which to >> query. >> >> Best Regards, >> Srini >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> 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.
