Hi, Today the autocomplete of the editor and of the console are different. the editor uses rope and the ipython console uses ipython. the ipython autocomplete is much more correct: for example writing: x = zeros(10) x+<dot> will popup all the functionality of numpy array
doing the same in the editor doesn't do anything I understand why but can we get the following functionality working: typing (in the editor) x = zeros(10) evaluating this (using F5 or alike) in ipython so (typing again in the editor) x+<dot> will work This is more like how the autocomplete in IDLE works Thanks! -- 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.
